فهرست منبع

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 {