http://www.mediawiki.org/wiki/Special:Code/pywikipedia/11538
Revision: 11538
Author: valhallasw
Date: 2013-05-15 19:26:22 +0000 (Wed, 15 May 2013)
Log Message:
-----------
It's httplib2 we need, not setuptools...
Modified Paths:
--------------
branches/rewrite/pywikibot/comms/threadedhttp.py
Modified: branches/rewrite/pywikibot/comms/threadedhttp.py
===================================================================
--- branches/rewrite/pywikibot/comms/threadedhttp.py 2013-05-15 18:22:38 UTC (rev 11537)
+++ branches/rewrite/pywikibot/comms/threadedhttp.py 2013-05-15 19:26:22 UTC (rev 11538)
@@ -45,7 +45,7 @@
pkg_resources.require("httplib2")
except ImportError:
pywikibot.error(
- u"Error: You need the python module setuptools to use this module")
+ u"Error: You need the python module httplib2 to use this module")
sys.exit(1)
class ConnectionPool(object):
http://www.mediawiki.org/wiki/Special:Code/pywikipedia/11536
Revision: 11536
Author: siebrand
Date: 2013-05-15 15:28:57 +0000 (Wed, 15 May 2013)
Log Message:
-----------
image -> file
Modified Paths:
--------------
branches/rewrite/scripts/i18n/pywikibot.py
Modified: branches/rewrite/scripts/i18n/pywikibot.py
===================================================================
--- branches/rewrite/scripts/i18n/pywikibot.py 2013-05-15 04:25:35 UTC (rev 11535)
+++ branches/rewrite/scripts/i18n/pywikibot.py 2013-05-15 15:28:57 UTC (rev 11536)
@@ -2,7 +2,7 @@
msg = {
'en': {
'pywikibot-enter-category-name': u'Please enter the category name:',
- 'pywikibot-enter-file-links-processing': u'Links to which image page should be processed?',
+ 'pywikibot-enter-file-links-processing': u'Links to which file page should be processed?',
'pywikibot-enter-finished-browser': u'Press Enter when finished in browser.',
'pywikibot-enter-namespace-number': u'Please enter a namespace by its number:',
'pywikibot-enter-new-text': u'Please enter the new text:',
@@ -14,7 +14,7 @@
'qqq': {
'pywikibot-enter-xml-filename': u'Message displayed to the bot owner to enter the XML dump\'s filename.',
'pywikibot-enter-page-processing': u'Question displayed to the bot owner which page should be processed.',
- 'pywikibot-enter-file-links-processing': u'Question displayed to the bot owner processing links to a given image page.',
+ 'pywikibot-enter-file-links-processing': u'Question displayed to the bot owner processing links to a given file page.',
'pywikibot-enter-namespace-number': u'Message displayed to the bot owner to enter a namespace by its number.',
'pywikibot-enter-new-text': u'Message displayed to the bot owner to enter the new text.',
'pywikibot-enter-category-name': u'Message displayed to the bot owner to enter the category name.',