소스 검색

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 {