|
@@ -1,14 +1,14 @@
|
|
|
|
|
|
package python.lib;
|
|
package python.lib;
|
|
|
|
|
|
-extern class Msvrt {
|
|
|
|
|
|
+extern class Msvcrt {
|
|
|
|
|
|
public static function getch ():String;
|
|
public static function getch ():String;
|
|
|
|
|
|
static function __init__ ():Void
|
|
static function __init__ ():Void
|
|
{
|
|
{
|
|
try {
|
|
try {
|
|
- python.Macros.importAs("msvrt", "python.lib.Msvrt");
|
|
|
|
|
|
+ python.Macros.importAs("msvrt", "python.lib.Msvcrt");
|
|
} catch (e:Dynamic) {}
|
|
} catch (e:Dynamic) {}
|
|
}
|
|
}
|
|
|
|
|