瀏覽代碼

no need for preCode anymore

frabbit 11 年之前
父節點
當前提交
6f94809a65
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 PyStringTools = python.lib.StringTools;
 
-@:preCode("import sys as _hx_sys")
 class Lib {
 
 	public static function print(v:Dynamic):Void {