[Pywikipedia-l] SVN: [4701] trunk/pywikipedia/basic.py

leogregianin at svn.wikimedia.org leogregianin at svn.wikimedia.org
Tue Dec 11 18:00:36 UTC 2007


Revision: 4701
Author:   leogregianin
Date:     2007-12-11 18:00:31 +0000 (Tue, 11 Dec 2007)

Log Message:
-----------
add pt message
remove import sys, not need

Modified Paths:
--------------
    trunk/pywikipedia/basic.py

Modified: trunk/pywikipedia/basic.py
===================================================================
--- trunk/pywikipedia/basic.py	2007-12-11 15:26:00 UTC (rev 4700)
+++ trunk/pywikipedia/basic.py	2007-12-11 18:00:31 UTC (rev 4701)
@@ -18,7 +18,6 @@
 __version__ = '$Id$'
 import wikipedia
 import pagegenerators
-import sys
 
 # This is required for the text that is shown when you run this script
 # with the parameter -help.
@@ -32,6 +31,7 @@
     msg = {
         'de': u'Bot: Ändere ...',
         'en': u'Robot: changing ...',
+        'pt': u'Bot: alterando...',
     }
 
     def __init__(self, generator, debug):
@@ -140,4 +140,4 @@
     try:
         main()
     finally:
-        wikipedia.stopme()
\ No newline at end of file
+        wikipedia.stopme()





More information about the Pywikipedia-l mailing list