Simon Krajewski преди 11 години
родител
ревизия
2053175436
променени са 1 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 8 8
      std/python/Boot.hx

+ 8 - 8
std/python/Boot.hx

@@ -50,14 +50,14 @@ import math as _hx_math
 
 	static var keywords:Set<String> = mkSet(
 	[
-		"and",	   "del",	   "from",	  "not",	   "while",
-		"as",		"elif",	  "global",	"or",		"with",
-		"assert",	"else",	  "if",		"pass",	  "yield",
-		"break",	 "except",	"import",	"print",	 "float",
-		"class",	 "exec",	  "in",		"raise",
-		"continue",  "finally",   "is",		"return",
-		"def",	   "for",	   "lambda",	"try",
-		"None",	  "list", "True", "False"
+		"and",      "del",      "from",     "not",      "while",
+		"as",       "elif",     "global",   "or",       "with",
+		"assert",   "else",     "if",       "pass",     "yield",
+		"break",    "except",   "import",   "print",    "float",
+		"class",    "exec",     "in",       "raise",
+		"continue", "finally",  "is",       "return",
+		"def",      "for",      "lambda",   "try",
+		"None",     "list",     "True",     "False"
 	]);
 
 	static function arrayJoin <T>(x:Array<T>, sep:String):String {