Browse Source

allow sys for python

frabbit 11 years ago
parent
commit
78c6e8da97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common.ml

+ 1 - 1
common.ml

@@ -637,7 +637,7 @@ let get_config com =
 	| Python ->
 		{
 			pf_static = false;
-			pf_sys = false;
+			pf_sys = true;
 			pf_locals_scope = false;
 			pf_captured_scope = false;
 			pf_unique_locals = false;