2
0
frabbit 11 жил өмнө
parent
commit
cd16a9008a

+ 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);
 	}