cpickle->cPickle
authorYves Fischer <[email protected]>
Sun, 5 Oct 2008 11:54:03 +0000 (5 13:54 +0200)
committerYves Fischer <[email protected]>
Sun, 5 Oct 2008 11:54:03 +0000 (5 13:54 +0200)
distajax/server.py

index b4c46f3..60d23b0 100644 (file)
@@ -3,7 +3,7 @@ import sys
 import thread
 import web
 try:
-    import cpickle as pickle
+    import cPickle as pickle
 except ImportError:
     import pickle