]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - esimplejson/__init__.py
Encode json more compactly.
[irc/quakenet/qwebirc.git] / esimplejson / __init__.py
similarity index 99%
rename from simplejson/__init__.py
rename to esimplejson/__init__.py
index 1454ed6969663009aa8d3c406660c28ccd3034f8..5328990b5e36c96ecf7100f5595c91bad4f2507a 100644 (file)
@@ -106,8 +106,8 @@ __all__ = [
 ]
 
 if __name__ == '__main__':
-    from simplejson.decoder import JSONDecoder
-    from simplejson.encoder import JSONEncoder
+    from esimplejson.decoder import JSONDecoder
+    from esimplejson.encoder import JSONEncoder
 else:
     from decoder import JSONDecoder
     from encoder import JSONEncoder