Browse Source

test compilation of JSONEncoder (currently missing methods)

frabbit 11 years ago
parent
commit
060618ae21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/TestPython.hx

+ 1 - 1
tests/unit/TestPython.hx

@@ -59,7 +59,7 @@ import python.lib.threading.Thread;
 
 
 import python.lib.xml.etree.ElementTree;
 import python.lib.xml.etree.ElementTree;
 
 
-
+import python.lib.json.JSONEncoder;