Revision: 8711 Author: xqt Date: 2010-11-07 21:00:57 +0000 (Sun, 07 Nov 2010) Log Message: ----------- minor changes
Modified Paths: -------------- trunk/pywikipedia/blockpageschecker.py
Modified: trunk/pywikipedia/blockpageschecker.py =================================================================== --- trunk/pywikipedia/blockpageschecker.py 2010-11-07 20:46:23 UTC (rev 8710) +++ trunk/pywikipedia/blockpageschecker.py 2010-11-07 21:00:57 UTC (rev 8711) @@ -54,7 +54,7 @@ """ # # (C) Monobi a.k.a. Wikihermit, 2007 -# (C) Filnik, 2007-2009 +# (C) Filnik, 2007-2010 # (C) NicDumZ, 2008-2009 # (C) Pywikipedia bot team, 2007-2010 # @@ -321,8 +321,8 @@ text, changes = re.subn('(%s)' % replaceToPerform, '', text) msg = u'The page is editable for all' if not moveBlockCheck: - msg += ", deleting the template.." - pywikibot.output(msg) + msg += u', deleting the template..' + pywikibot.output(u'%s.' % msg)
elif editRestr[0] == 'sysop': # total edit protection
pywikipedia-svn@lists.wikimedia.org