There's no good way to import iso8601, apparently
authorIan Weller <ian@ianweller.org>
Sat, 5 Feb 2011 06:00:31 +0000 (00:00 -0600)
committerBenjamin Mako Hill <mako@atdot.cc>
Sat, 12 Feb 2011 19:07:10 +0000 (14:07 -0500)
simplemediawiki.py

index e123a5b5295a07d9e81e56a8cbc59736a3a4f99c..f039c5ad95b22092efc8592b5cca2d0bb4668daa 100644 (file)
@@ -33,7 +33,7 @@ of namespaces are provided for your convenience.
 
 import cookielib
 import gzip
-import iso8601.iso8601 as iso8601
+import iso8601
 import json
 from StringIO import StringIO
 import urllib

Benjamin Mako Hill || Want to submit a patch?