jenkins-bot has submitted this change and it was merged.

Change subject: pyflakes for interwiki.py
......................................................................


pyflakes for interwiki.py

Change-Id: I19002b95748cb84b36d31214a6c9a001ba4c8e3e
---
M interwiki.py
1 file changed, 1 insertion(+), 4 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/interwiki.py b/interwiki.py
index 0f0e212..14cc119 100644
--- a/interwiki.py
+++ b/interwiki.py
@@ -344,16 +344,15 @@
 #
 
 import sys
-import copy
 import re
 import os
 import datetime
+import time
 import codecs
 import socket
 import webbrowser
 import wikipedia as pywikibot
 import config
-import catlib
 import pagegenerators
 from pywikibot import i18n
 import interwiki_graph
@@ -1513,7 +1512,6 @@
     def assemble(self):
         # No errors have been seen so far, except....
         errorCount = self.problemfound
-        mysite = pywikibot.getSite()
         # Build up a dictionary of all pages found, with the site as key.
         # Each value will be a list of pages.
         new = {}
@@ -2454,7 +2452,6 @@
 def main():
     singlePageTitle = []
     opthintsonly = False
-    start = None
     # Which namespaces should be processed?
     # default to [] which means all namespaces will be processed
     namespaces = []

-- 
To view, visit https://gerrit.wikimedia.org/r/107850
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I19002b95748cb84b36d31214a6c9a001ba4c8e3e
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to