Revision: 8217 Author: nicdumz Date: 2010-05-26 09:44:23 +0000 (Wed, 26 May 2010)
Log Message: ----------- avoid logoutput() got multiple keyword arguments for _level error
Modified Paths: -------------- branches/rewrite/pywikibot/comms/threadedhttp.py
Modified: branches/rewrite/pywikibot/comms/threadedhttp.py =================================================================== --- branches/rewrite/pywikibot/comms/threadedhttp.py 2010-05-26 06:56:46 UTC (rev 8216) +++ branches/rewrite/pywikibot/comms/threadedhttp.py 2010-05-26 09:44:23 UTC (rev 8217) @@ -41,8 +41,7 @@ import pkg_resources except ImportError: pywikibot.error( - u"Error: You need the python module setuptools to use this module", - _level=pywikibot.CRITICAL) + u"Error: You need the python module setuptools to use this module") sys.exit(1) try: import httplib2
pywikipedia-svn@lists.wikimedia.org