Removed simplejson, updated mwclient, replaced urllib2 with requests
[wikipedia-api-cdsw] / wikipedia-mwc1.py
index 7671c8402d347a86fd32d72ef1e74d4df2e0134e..cac057603c24ba529ac05d23e487abed98be0314 100644 (file)
@@ -1,5 +1,5 @@
 import time
-import simplejson as json
+import json
 import mwclient
 
 def format_time(t):

Benjamin Mako Hill || Want to submit a patch?