Revision: 7918 Author: xqt Date: 2010-02-08 11:24:22 +0000 (Mon, 08 Feb 2010)
Log Message: ----------- remove obsolete catlib module
Modified Paths: -------------- branches/rewrite/scripts/touch.py trunk/pywikipedia/archive/touch.py trunk/pywikipedia/capitalize_redirects.py
Modified: branches/rewrite/scripts/touch.py =================================================================== --- branches/rewrite/scripts/touch.py 2010-02-08 10:53:26 UTC (rev 7917) +++ branches/rewrite/scripts/touch.py 2010-02-08 11:24:22 UTC (rev 7918) @@ -1,7 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*-
-"""This bot goes over multiple pages of a wiki, and edits them without +""" +This bot goes over multiple pages of a wiki, and edits them without changing. This is for example used to get category links in templates working.
@@ -25,7 +26,7 @@ #
import pywikibot -from pywikibot import pagegenerators, catlib, config +from pywikibot import pagegenerators, config import sys
docuReplacements = {'¶ms;': pagegenerators.parameterHelp}
Modified: trunk/pywikipedia/archive/touch.py =================================================================== --- trunk/pywikipedia/archive/touch.py 2010-02-08 10:53:26 UTC (rev 7917) +++ trunk/pywikipedia/archive/touch.py 2010-02-08 11:24:22 UTC (rev 7918) @@ -26,7 +26,7 @@ #
import wikipedia as pywikibot -import pagegenerators, catlib, config +import pagegenerators, config import sys
docuReplacements = {'¶ms;': pagegenerators.parameterHelp}
Modified: trunk/pywikipedia/capitalize_redirects.py =================================================================== --- trunk/pywikipedia/capitalize_redirects.py 2010-02-08 10:53:26 UTC (rev 7917) +++ trunk/pywikipedia/capitalize_redirects.py 2010-02-08 11:24:22 UTC (rev 7918) @@ -28,7 +28,7 @@
import time, sys, re import wikipedia as pywikibot -import pagegenerators, catlib +import pagegenerators
docuReplacements = { '¶ms;': pagegenerators.parameterHelp