Browse Source

no need for preCode anymore

frabbit 11 years ago
parent
commit
6f94809a65
1 changed files with 0 additions and 1 deletions
  1. 0 1
      std/python/Lib.hx

+ 0 - 1
std/python/Lib.hx

@@ -5,7 +5,6 @@ import python.lib.Types;
 typedef PySys = python.lib.Sys;
 typedef PySys = python.lib.Sys;
 typedef PyStringTools = python.lib.StringTools;
 typedef PyStringTools = python.lib.StringTools;
 
 
-@:preCode("import sys as _hx_sys")
 class Lib {
 class Lib {
 
 
 	public static function print(v:Dynamic):Void {
 	public static function print(v:Dynamic):Void {