Browse Source

remove unnecessary Syntax -> haxe.macro.Tools dependency

Simon Krajewski 11 years ago
parent
commit
e19cc55719
1 changed files with 0 additions and 4 deletions
  1. 0 4
      std/python/Syntax.hx

+ 0 - 4
std/python/Syntax.hx

@@ -2,14 +2,10 @@ package python;
 
 
 #if macro
 #if macro
 import haxe.macro.Expr;
 import haxe.macro.Expr;
-
 import haxe.macro.Context;
 import haxe.macro.Context;
-
 import haxe.macro.ExprTools;
 import haxe.macro.ExprTools;
 #end
 #end
 
 
-using haxe.macro.Tools;
-
 extern class Syntax {
 extern class Syntax {
 
 
 	#if macro
 	#if macro