[Pywikipedia-svn] SVN: [7256] trunk/pywikipedia/imagerecat.py

multichill at svn.wikimedia.org multichill at svn.wikimedia.org
Thu Sep 17 11:22:01 UTC 2009


Revision: 7256
Author:   multichill
Date:     2009-09-17 11:22:01 +0000 (Thu, 17 Sep 2009)

Log Message:
-----------
Add an end of line.

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

Modified: trunk/pywikipedia/imagerecat.py
===================================================================
--- trunk/pywikipedia/imagerecat.py	2009-09-16 20:45:00 UTC (rev 7255)
+++ trunk/pywikipedia/imagerecat.py	2009-09-17 11:22:01 UTC (rev 7256)
@@ -297,6 +297,9 @@
     if not(onlyFilter):
         newtext = removeTemplates(newtext)
         newtext = newtext + getCheckCategoriesTemplate(usage, galleries, len(newcats))
+
+    newtext = newtext + u'\n'
+    
     for category in newcats:
         newtext = newtext + u'[[Category:' + category + u']]\n'
 





More information about the Pywikipedia-svn mailing list