Explorar o código

it's Os not Sys

frabbit %!s(int64=11) %!d(string=hai) anos
pai
achega
cd16a9008a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/python/_std/Sys.hx

+ 1 - 1
std/python/_std/Sys.hx

@@ -32,7 +32,7 @@ class Sys {
 	}
 
 	public static function putEnv( s : String, v : String ) : Void {
-		python.lib.Sys.putenv(s, v);
+		python.lib.Os.putenv(s, v);
 		environ.set(s, v);
 	}