Revision: 6664 Author: cosoleto Date: 2009-04-22 13:30:59 +0000 (Wed, 22 Apr 2009)
Log Message: ----------- Removed unused module simplejson.
It was used in a version of Page.fullVersionHistory(), this function doesn't use MediaWiki API anymore, then it doesn't need of a JSON decoder (I am not sure this solution is better though).
Modified Paths: -------------- trunk/pywikipedia/wikipedia.py
Modified: trunk/pywikipedia/wikipedia.py =================================================================== --- trunk/pywikipedia/wikipedia.py 2009-04-22 12:37:19 UTC (rev 6663) +++ trunk/pywikipedia/wikipedia.py 2009-04-22 13:30:59 UTC (rev 6664) @@ -138,7 +138,6 @@ import unicodedata import xmlreader from BeautifulSoup import * -import simplejson import weakref
# Set the locale to system default. This will ensure correct string
pywikipedia-svn@lists.wikimedia.org