Xqt has uploaded a new change for review. https://gerrit.wikimedia.org/r/110370
Change subject: remove obsolete imports ...................................................................... remove obsolete imports Change-Id: Iacfcfe99b35adadce0c9ab1939734a0cab9043a1 --- M scripts/create_categories.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/70/110370/1 diff --git a/scripts/create_categories.py b/scripts/create_categories.py index 2a9cca2..ae043be 100755 --- a/scripts/create_categories.py +++ b/scripts/create_categories.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- """ Program to batch create categories. @@ -32,9 +32,9 @@ # Distributed under the terms of the MIT license. # # -import pywikibot -from pywikibot import catlib, config, pagegenerators import sys +import pywikibot +from pywikibot import pagegenerators def createCategory(page, parent, basename): -- To view, visit https://gerrit.wikimedia.org/r/110370 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iacfcfe99b35adadce0c9ab1939734a0cab9043a1 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Xqt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
