Revision: 5250 Author: nicdumz Date: 2008-04-22 08:13:56 +0000 (Tue, 22 Apr 2008)
Log Message: ----------- Fixing indentation
Modified Paths: -------------- trunk/pywikipedia/blockpageschecker.py
Modified: trunk/pywikipedia/blockpageschecker.py =================================================================== --- trunk/pywikipedia/blockpageschecker.py 2008-04-22 07:54:01 UTC (rev 5249) +++ trunk/pywikipedia/blockpageschecker.py 2008-04-22 08:13:56 UTC (rev 5250) @@ -355,7 +355,7 @@ wikipedia.output(u'The page is movable only for the autoconfirmed users, but the template seems not correct. Fixing...') text, changes = re.subn(TemplateInThePage[1], TNR[2], text)
- if changes == 0: + if changes == 0: # We tried to fix move-protection templates, but it did not work. wikipedia.output('Warning : No move-protection template could be found')