Merlijn van Deen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/80852


Change subject: pep8-ified scripts/isbn.py
......................................................................

pep8-ified scripts/isbn.py

Change-Id: I380b184fa345187c3c46697d372ed87db1ebb4fb
---
M scripts/isbn.py
1 file changed, 196 insertions(+), 185 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/52/80852/1

diff --git a/scripts/isbn.py b/scripts/isbn.py
index a814c29..76382f3 100755
--- a/scripts/isbn.py
+++ b/scripts/isbn.py
@@ -36,11 +36,14 @@
 
 """
 
-__version__='$Id$'
+__version__ = '$Id$'
+
+import sys
+import re
 
 import pywikibot
 from pywikibot import pagegenerators, i18n
-import sys, re
+
 
 docuReplacements = {
     '&params;': pagegenerators.parameterHelp,
@@ -49,7 +52,7 @@
 # Maps each group number to the list of its publisher number ranges.
 # Taken from http://www.isbn-international.org/converter/ranges.htm
 ranges = {
-    '0': [ # English speaking area
+    '0': [  # English speaking area
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
@@ -57,14 +60,14 @@
         ('900000', '949999'),
         ('9500000', '9999999'),
     ],
-    '1': [ # English speaking area
+    '1': [  # English speaking area
         ('00', '09'),
         ('100', '399'),
         ('4000', '5499'),
         ('55000', '86979'),
         ('869800', '998999'),
     ],
-    '2': [ # French speaking area
+    '2': [  # French speaking area
         ('00', '19'),
         ('200', '349'),
         ('35000', '39999'),
@@ -74,7 +77,7 @@
         ('900000', '949999'),
         ('9500000', '9999999'),
     ],
-    '3': [ # German speaking area
+    '3': [  # German speaking area
         ('00', '02'),
         ('030', '033'),
         ('0340', '0369'),
@@ -86,7 +89,7 @@
         ('900000', '949999'),
         ('9500000', '9999999'),
     ],
-    '4': [ # Japan
+    '4': [  # Japan
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
@@ -94,7 +97,7 @@
         ('900000', '949999'),
         ('9500000', '9999999'),
     ],
-    '5': [ # Russian Federation
+    '5': [  # Russian Federation
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
@@ -108,72 +111,72 @@
         ('9900000', '9909999'),
         ('9910', '9999'),
     ],
-    '600': [ # Iran
+    '600': [  # Iran
         ('00', '09'),
         ('100', '499'),
         ('5000', '8999'),
         ('90000', '99999'),
     ],
-    '601': [ # Kazakhstan
+    '601': [  # Kazakhstan
         ('00', '19'),
         ('200', '699'),
         ('7000', '7999'),
         ('80000', '84999'),
         ('85', '99'),
     ],
-    '602': [ # Indonesia
+    '602': [  # Indonesia
         ('00', '19'),
         ('200', '799'),
         ('8000', '9499'),
         ('95000', '99999'),
     ],
-    '603': [ # Saudi Arabia
+    '603': [  # Saudi Arabia
         ('00', '04'),
         ('500', '799'),
         ('8000', '8999'),
         ('90000', '99999'),
     ],
-    '604': [ # Vietnam
+    '604': [  # Vietnam
         ('0', '4'),
         ('50', '89'),
         ('900', '979'),
         ('9800', '9999'),
     ],
-    '605': [ # Turkey
+    '605': [  # Turkey
         ('00', '09'),
         ('100', '399'),
         ('4000', '5999'),
         ('60000', '89999'),
     ],
-    '7': [ # China, People's Republic
+    '7': [  # China, People's Republic
         ('00', '09'),
         ('100', '499'),
         ('5000', '7999'),
         ('80000', '89999'),
         ('900000', '999999'),
     ],
-    '80': [ # Czech Republic; Slovakia
+    '80': [  # Czech Republic; Slovakia
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
         ('85000', '89999'),
         ('900000', '999999'),
     ],
-    '81': [ # India
+    '81': [  # India
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
         ('85000', '89999'),
         ('900000', '999999'),
     ],
-    '82': [ # Norway
+    '82': [  # Norway
         ('00', '19'),
         ('200', '699'),
         ('7000', '8999'),
         ('90000', '98999'),
         ('990000', '999999'),
     ],
-    '83': [ # Poland
+    '83': [  # Poland
         ('00', '19'),
         ('200', '599'),
         ('60000', '69999'),
@@ -181,7 +184,7 @@
         ('85000', '89999'),
         ('900000', '999999'),
     ],
-    '84': [ # Spain
+    '84': [  # Spain
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
@@ -193,7 +196,7 @@
         ('95000', '96999'),
         ('9700', '9999'),
     ],
-    '85': [ # Brazil
+    '85': [  # Brazil
         ('00', '19'),
         ('200', '599'),
         ('60000', '69999'),
@@ -202,21 +205,21 @@
         ('900000', '979999'),
         ('98000', '99999'),
     ],
-    '86': [ # Serbia and Montenegro
+    '86': [  # Serbia and Montenegro
         ('00', '29'),
         ('300', '599'),
         ('6000', '7999'),
         ('80000', '89999'),
         ('900000', '999999'),
     ],
-    '87': [ # Denmark
+    '87': [  # Denmark
         ('00', '29'),
         ('400', '649'),
         ('7000', '7999'),
         ('85000', '94999'),
         ('970000', '999999'),
     ],
-    '88': [ # Italian speaking area
+    '88': [  # Italian speaking area
         ('00', '19'),
         ('200', '599'),
         ('6000', '8499'),
@@ -224,14 +227,14 @@
         ('900000', '949999'),
         ('95000', '99999'),
     ],
-    '89': [ # Korea
+    '89': [  # Korea
         ('00', '24'),
         ('250', '549'),
         ('5500', '8499'),
         ('85000', '94999'),
         ('950000', '999999'),
     ],
-    '90': [ # Netherlands, Belgium (Flemish)
+    '90': [  # Netherlands, Belgium (Flemish)
         ('00', '19'),
         ('200', '499'),
         ('5000', '6999'),
@@ -241,7 +244,7 @@
         ('900000', '909999'),
         ('940000', '949999'),
     ],
-    '91': [ # Sweden
+    '91': [  # Sweden
         ('0', '1'),
         ('20', '49'),
         ('500', '649'),
@@ -249,7 +252,7 @@
         ('85000', '94999'),
         ('970000', '999999'),
     ],
-    '92': [ # International Publishers (Unesco, EU), European Community 
Organizations
+    '92': [  # International Publishers (Unesco, EU), European Community 
Organizations
         ('0', '5'),
         ('60', '79'),
         ('800', '899'),
@@ -257,22 +260,22 @@
         ('95000', '98999'),
         ('990000', '999999'),
     ],
-    '93': [ # India - no ranges fixed yet
+    '93': [  # India - no ranges fixed yet
     ],
-    '950': [ # Argentina
+    '950': [  # Argentina
         ('00', '49'),
         ('500', '899'),
         ('9000', '9899'),
         ('99000', '99999'),
     ],
-    '951': [ # Finland
+    '951': [  # Finland
         ('0', '1'),
         ('20', '54'),
         ('550', '889'),
         ('8900', '9499'),
         ('95000', '99999'),
     ],
-    '952': [ # Finland
+    '952': [  # Finland
         ('00', '19'),
         ('200', '499'),
         ('5000', '5999'),
@@ -284,7 +287,7 @@
         ('9500', '9899'),
         ('99000', '99999'),
     ],
-    '953': [ # Croatia
+    '953': [  # Croatia
         ('0', '0'),
         ('10', '14'),
         ('150', '549'),
@@ -292,14 +295,14 @@
         ('6000', '9499'),
         ('95000', '99999'),
     ],
-    '954': [ # Bulgaria
+    '954': [  # Bulgaria
         ('00', '29'),
         ('300', '799'),
         ('8000', '8999'),
         ('90000', '92999'),
         ('9300', '9999'),
     ],
-    '955': [ # Sri Lanka
+    '955': [  # Sri Lanka
         ('0', '0'),
         ('1000', '1999'),
         ('20', '54'),
@@ -307,12 +310,12 @@
         ('8000', '9499'),
         ('95000', '99999'),
     ],
-    '956': [ # Chile
+    '956': [  # Chile
         ('00', '19'),
         ('200', '699'),
         ('7000', '9999'),
     ],
-    '957': [ # Taiwan, China
+    '957': [  # Taiwan, China
         ('00', '02'),
         ('0300', '0499'),
         ('05', '19'),
@@ -324,18 +327,18 @@
         ('8200', '9699'),
         ('97000', '99999'),
     ],
-    '958': [ # Colombia
+    '958': [  # Colombia
         ('00', '59'),
         ('600', '799'),
         ('8000', '9499'),
         ('95000', '99999'),
     ],
-    '959': [ # Cuba
+    '959': [  # Cuba
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
     ],
-    '960': [ # Greece
+    '960': [  # Greece
         ('00', '19'),
         ('200', '659'),
         ('6600', '6899'),
@@ -343,13 +346,13 @@
         ('7000', '8499'),
         ('85000', '99999'),
     ],
-    '961': [ # Slovenia
+    '961': [  # Slovenia
         ('00', '19'),
         ('200', '599'),
         ('6000', '8999'),
         ('90000', '94999'),
     ],
-    '962': [ # Hong Kong
+    '962': [  # Hong Kong
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
@@ -357,14 +360,14 @@
         ('8700', '8999'),
         ('900', '999'),
     ],
-    '963': [ # Hungary
+    '963': [  # Hungary
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
         ('85000', '89999'),
         ('9000', '9999'),
     ],
-    '964': [ # Iran
+    '964': [  # Iran
         ('00', '14'),
         ('150', '249'),
         ('2500', '2999'),
@@ -374,20 +377,20 @@
         ('970', '989'),
         ('9900', '9999'),
     ],
-    '965': [ # Israel
+    '965': [  # Israel
         ('00', '19'),
         ('200', '599'),
         ('7000', '7999'),
         ('90000', '99999'),
     ],
-    '966': [ # Ukraine
+    '966': [  # Ukraine
         ('00', '19'),
         ('2000', '2999'),
         ('300', '699'),
         ('7000', '8999'),
         ('90000', '99999'),
     ],
-    '967': [ # Malaysia
+    '967': [  # Malaysia
         ('00', '29'),
         ('300', '499'),
         ('5000', '5999'),
@@ -396,27 +399,27 @@
         ('9900', '9989'),
         ('99900', '99999'),
     ],
-    '968': [ # Mexico
+    '968': [  # Mexico
         ('01', '39'),
         ('400', '499'),
         ('5000', '7999'),
         ('800', '899'),
         ('9000', '9999'),
     ],
-    '969': [ # Pakistan
+    '969': [  # Pakistan
         ('0', '1'),
         ('20', '39'),
         ('400', '799'),
         ('8000', '9999'),
     ],
-    '970': [ # Mexico
+    '970': [  # Mexico
         ('01', '59'),
         ('600', '899'),
         ('9000', '9099'),
         ('91000', '96999'),
         ('9700', '9999'),
     ],
-    '971': [ #Philippines?
+    '971': [  # Philippines?
         ('000', '019'),
         ('02', '02'),
         ('0300', '0599'),
@@ -426,14 +429,14 @@
         ('8500', '9099'),
         ('91000', '99999'),
     ],
-    '972': [ # Portugal
+    '972': [  # Portugal
         ('0', '1'),
         ('20', '54'),
         ('550', '799'),
         ('8000', '9499'),
         ('95000', '99999'),
     ],
-    '973': [ # Romania
+    '973': [  # Romania
         ('0', '0'),
         ('100', '169'),
         ('1700', '1999'),
@@ -444,7 +447,7 @@
         ('8900', '9499'),
         ('95000', '99999'),
     ],
-    '974': [ # Thailand
+    '974': [  # Thailand
         ('00', '19'),
         ('200', '699'),
         ('7000', '8499'),
@@ -452,7 +455,7 @@
         ('90000', '94999'),
         ('9500', '9999'),
     ],
-    '975': [ # Turkey
+    '975': [  # Turkey
         ('00000', '00999'),
         ('01', '24'),
         ('250', '599'),
@@ -460,27 +463,27 @@
         ('92000', '98999'),
         ('990', '999'),
     ],
-    '976': [ # Caribbean Community
+    '976': [  # Caribbean Community
         ('0', '3'),
         ('40', '59'),
         ('600', '799'),
         ('8000', '9499'),
         ('95000', '99999'),
     ],
-    '977': [ # Egypt
+    '977': [  # Egypt
         ('00', '19'),
         ('200', '499'),
         ('5000', '6999'),
         ('700', '999'),
     ],
-    '978': [ # Nigeria
+    '978': [  # Nigeria
         ('000', '199'),
         ('2000', '2999'),
         ('30000', '79999'),
         ('8000', '8999'),
         ('900', '999'),
     ],
-    '979': [ # Indonesia
+    '979': [  # Indonesia
         ('000', '099'),
         ('1000', '1499'),
         ('15000', '19999'),
@@ -490,23 +493,23 @@
         ('8000', '9499'),
         ('95000', '99999'),
     ],
-    '980': [ # Venezuela
+    '980': [  # Venezuela
         ('00', '19'),
         ('200', '599'),
         ('6000', '9999'),
     ],
-    '981': [ # Singapore
+    '981': [  # Singapore
         ('00', '19'),
         ('200', '299'),
         ('3000', '9999'),
     ],
-    '982': [ # South Pacific
+    '982': [  # South Pacific
         ('00', '09'),
         ('100', '699'),
         ('70', '89'),
         ('9000', '9999'),
     ],
-    '983': [ # Malaysia
+    '983': [  # Malaysia
         ('00', '01'),
         ('020', '199'),
         ('2000', '3999'),
@@ -517,25 +520,25 @@
         ('9000', '9899'),
         ('99000', '99999'),
     ],
-    '984': [ # Bangladesh
+    '984': [  # Bangladesh
         ('00', '39'),
         ('400', '799'),
         ('8000', '8999'),
         ('90000', '99999'),
     ],
-    '985': [ # Belarus
+    '985': [  # Belarus
         ('00', '39'),
         ('400', '599'),
         ('6000', '8999'),
         ('90000', '99999'),
     ],
-    '986': [ # Taiwan, China
+    '986': [  # Taiwan, China
         ('00', '11'),
         ('120', '559'),
         ('5600', '7999'),
         ('80000', '99999'),
     ],
-    '987': [ # Argentina
+    '987': [  # Argentina
         ('00', '09'),
         ('1000', '1999'),
         ('20000', '29999'),
@@ -544,67 +547,67 @@
         ('9000', '9499'),
         ('95000', '99999'),
     ],
-    '988': [ # Hongkong
+    '988': [  # Hongkong
         ('00', '16'),
         ('17000', '19999'),
         ('200', '799'),
         ('8000', '9699'),
         ('97000', '99999'),
     ],
-    '989': [ # Portugal
+    '989': [  # Portugal
         ('0', '1'),
         ('20', '54'),
         ('550', '799'),
         ('8000', '9499'),
         ('95000', '99999'),
     ],
-    '9937': [ # Nepal
+    '9937': [  # Nepal
         ('0', '2'),
         ('30', '49'),
         ('500', '799'),
         ('8000', '9999'),
     ],
-    '9938': [ # Tunisia
+    '9938': [  # Tunisia
         ('00', '79'),
         ('800', '949'),
         ('9500', '9999'),
     ],
-    '9939': [ # Armenia
+    '9939': [  # Armenia
         ('0', '4'),
         ('50', '79'),
         ('800', '899'),
         ('9000', '9999'),
     ],
-    '9940': [ # Montenegro
+    '9940': [  # Montenegro
         ('0', '1'),
         ('20', '49'),
         ('500', '899'),
         ('9000', '9999'),
     ],
-    '9941': [ # Georgia
+    '9941': [  # Georgia
         ('0', '0'),
         ('10', '39'),
         ('400', '899'),
         ('9000', '9999'),
     ],
-    '9942': [ # Ecuador
+    '9942': [  # Ecuador
         ('00', '89'),
         ('900', '994'),
         ('9950', '9999'),
     ],
-    '9943': [ # Uzbekistan
+    '9943': [  # Uzbekistan
         ('00', '29'),
         ('300', '399'),
         ('4000', '9999'),
     ],
-    '9944': [ # Turkey
+    '9944': [  # Turkey
         ('0', '2'),
         ('300', '499'),
         ('5000', '5999'),
         ('60', '89'),
         ('900', '999'),
     ],
-    '9945': [ # Dominican Republic
+    '9945': [  # Dominican Republic
         ('00', '00'),
         ('010', '079'),
         ('08', '39'),
@@ -613,148 +616,148 @@
         ('580', '849'),
         ('8500', '9999'),
     ],
-    '9946': [ # Korea, P.D.R.
+    '9946': [  # Korea, P.D.R.
         ('0', '1'),
         ('20', '39'),
         ('400', '899'),
         ('9000', '9999'),
     ],
-    '9947': [ # Algeria
+    '9947': [  # Algeria
         ('0', '1'),
         ('20', '79'),
         ('800', '999'),
     ],
-    '9948': [ # United Arab Emirates
+    '9948': [  # United Arab Emirates
         ('00', '39'),
         ('400', '849'),
         ('8500', '9999'),
     ],
-    '9949': [ # Estonia
+    '9949': [  # Estonia
         ('0', '0'),
         ('10', '39'),
         ('400', '899'),
         ('9000', '9999'),
     ],
-    '9950': [ # Palestine
+    '9950': [  # Palestine
         ('00', '29'),
         ('300', '840'),
         ('8500', '9999'),
     ],
-    '9951': [ # Kosova
+    '9951': [  # Kosova
         ('00', '39'),
         ('400', '849'),
         ('8500', '9999'),
     ],
-    '9952': [ # Azerbaijan
+    '9952': [  # Azerbaijan
         ('0', '1'),
         ('20', '39'),
         ('400', '799'),
         ('8000', '9999'),
     ],
-    '9953': [ # Lebanon
+    '9953': [  # Lebanon
         ('0', '0'),
         ('10', '39'),
         ('400', '599'),
         ('60', '89'),
         ('9000', '9999'),
     ],
-    '9954': [ # Morocco
+    '9954': [  # Morocco
         ('0', '1'),
         ('20', '39'),
         ('400', '799'),
         ('8000', '9999'),
     ],
-    '9955': [ # Lithuania
+    '9955': [  # Lithuania
         ('00', '39'),
         ('400', '929'),
         ('9300', '9999'),
     ],
-    '9956': [ # Cameroon
+    '9956': [  # Cameroon
         ('0', '0'),
         ('10', '39'),
         ('400', '899'),
         ('9000', '9999'),
     ],
-    '9957': [ # Jordan
+    '9957': [  # Jordan
         ('00', '39'),
         ('400', '699'),
         ('70', '84'),
         ('8500', '9999'),
     ],
-    '9958': [ # Bosnia and Herzegovina
+    '9958': [  # Bosnia and Herzegovina
         ('0', '0'),
         ('10', '49'),
         ('500', '899'),
         ('9000', '9999'),
     ],
-    '9959': [ # Libya
+    '9959': [  # Libya
         ('0', '1'),
         ('20', '79'),
         ('800', '949'),
         ('9500', '9999'),
     ],
-    '9960': [ # Saudi Arabia
+    '9960': [  # Saudi Arabia
         ('00', '59'),
         ('600', '899'),
         ('9000', '9999'),
     ],
-    '9961': [ # Algeria
+    '9961': [  # Algeria
         ('0', '2'),
         ('30', '69'),
         ('700', '949'),
         ('9500', '9999'),
     ],
-    '9962': [ # Panama
+    '9962': [  # Panama
         ('00', '54'),
         ('5500', '5599'),
         ('56', '59'),
         ('600', '849'),
         ('8500', '9999'),
     ],
-    '9963': [ # Cyprus
+    '9963': [  # Cyprus
         ('0', '2'),
         ('30', '54'),
         ('550', '749'),
         ('7500', '9999'),
     ],
-    '9964': [ # Ghana
+    '9964': [  # Ghana
         ('0', '6'),
         ('70', '94'),
         ('950', '999'),
     ],
-    '9965': [ # Kazakhstan
+    '9965': [  # Kazakhstan
         ('00', '39'),
         ('400', '899'),
         ('9000', '9999'),
     ],
-    '9966': [ # Kenya
+    '9966': [  # Kenya
         ('00', '69'),
         ('7000', '7499'),
         ('750', '959'),
         ('9600', '9999'),
     ],
-    '9967': [ # Kyrgyzstan
+    '9967': [  # Kyrgyzstan
         ('00', '39'),
         ('400', '899'),
         ('9000', '9999'),
     ],
-    '9968': [ # Costa Rica
+    '9968': [  # Costa Rica
         ('00', '49'),
         ('500', '939'),
         ('9400', '9999'),
     ],
-    '9970': [ # Uganda
+    '9970': [  # Uganda
         ('00', '39'),
         ('400', '899'),
         ('9000', '9999'),
     ],
-    '9971': [ # Singapore
+    '9971': [  # Singapore
         ('0', '5'),
         ('60', '89'),
         ('900', '989'),
         ('9900', '9999'),
     ],
-    '9972': [ # Peru
+    '9972': [  # Peru
         ('00', '09'),
         ('1', '1'),
         ('200', '249'),
@@ -763,7 +766,7 @@
         ('600', '899'),
         ('9000', '9999'),
     ],
-    '9973': [ # Tunisia
+    '9973': [  # Tunisia
         ('0', '05'),
         ('060', '089'),
         ('0900', '0999'),
@@ -771,14 +774,14 @@
         ('700', '969'),
         ('9700', '9999'),
     ],
-    '9974': [ # Uruguay
+    '9974': [  # Uruguay
         ('0', '2'),
         ('30', '54'),
         ('550', '749'),
         ('7500', '9499'),
         ('95', '99'),
     ],
-    '9975': [ # Moldova
+    '9975': [  # Moldova
         ('0', '0'),
         ('100', '399'),
         ('4000', '4499'),
@@ -786,25 +789,25 @@
         ('900', '949'),
         ('9500', '9999'),
     ],
-    '9976': [ # Tanzania
+    '9976': [  # Tanzania
         ('0', '5'),
         ('60', '89'),
         ('900', '989'),
         ('9990', '9999'),
     ],
-    '9977': [ # Costa Rica
+    '9977': [  # Costa Rica
         ('00', '89'),
         ('900', '989'),
         ('9900', '9999'),
     ],
-    '9978': [ # Ecuador
+    '9978': [  # Ecuador
         ('00', '29'),
         ('300', '399'),
         ('40', '94'),
         ('950', '989'),
         ('9900', '9999'),
     ],
-    '9979': [ # Iceland
+    '9979': [  # Iceland
         ('0', '4'),
         ('50', '64'),
         ('650', '659'),
@@ -812,13 +815,13 @@
         ('760', '899'),
         ('9000', '9999'),
     ],
-    '9980': [ # Papua New Guinea
+    '9980': [  # Papua New Guinea
         ('0', '3'),
         ('40', '89'),
         ('900', '989'),
         ('9900', '9999'),
     ],
-    '9981': [ # Morocco
+    '9981': [  # Morocco
         ('00', '09'),
         ('100', '159'),
         ('1600', '1999'),
@@ -826,46 +829,46 @@
         ('800', '949'),
         ('9500', '9999'),
     ],
-    '9982': [ # Zambia
+    '9982': [  # Zambia
         ('00', '79'),
         ('800', '989'),
         ('9900', '9999'),
     ],
-    '9983': [ # Gambia
+    '9983': [  # Gambia
         ('80', '94'),
         ('950', '989'),
         ('9900', '9999'),
     ],
-    '9984': [ # Latvia
+    '9984': [  # Latvia
         ('00', '49'),
         ('500', '899'),
         ('9000', '9999'),
     ],
-    '9985': [ # Estonia
+    '9985': [  # Estonia
         ('0', '4'),
         ('50', '79'),
         ('800', '899'),
         ('9000', '9999'),
     ],
-    '9986': [ # Lithuania
+    '9986': [  # Lithuania
         ('00', '39'),
         ('400', '899'),
         ('9000', '9399'),
         ('940', '969'),
         ('97', '99'),
     ],
-    '9987': [ # Tanzania
+    '9987': [  # Tanzania
         ('00', '39'),
         ('400', '879'),
         ('8800', '9999'),
     ],
-    '9988': [ # Ghana
+    '9988': [  # Ghana
         ('0', '2'),
         ('30', '54'),
         ('550', '749'),
         ('7500', '9999'),
     ],
-    '9989': [ # Macedonia
+    '9989': [  # Macedonia
         ('0', '0'),
         ('100', '199'),
         ('2000', '2999'),
@@ -873,285 +876,286 @@
         ('600', '949'),
         ('9500', '9999'),
     ],
-    '99901': [ # Bahrain
+    '99901': [  # Bahrain
         ('00', '49'),
         ('500', '799'),
         ('80', '99'),
     ],
-    '99902': [ # Gabon - no ranges fixed yet
+    '99902': [  # Gabon - no ranges fixed yet
     ],
-    '99903': [ # Mauritius
+    '99903': [  # Mauritius
         ('0', '1'),
         ('20', '89'),
         ('900', '999'),
     ],
-    '99904': [ # Netherlands Antilles; Aruba, Neth. Ant
+    '99904': [  # Netherlands Antilles; Aruba, Neth. Ant
         ('0', '5'),
         ('60', '89'),
         ('900', '999'),
     ],
-    '99905': [ # Bolivia
+    '99905': [  # Bolivia
         ('0', '3'),
         ('40', '79'),
         ('800', '999'),
     ],
-    '99906': [ # Kuwait
+    '99906': [  # Kuwait
         ('0', '2'),
         ('30', '59'),
         ('600', '699'),
         ('70', '89'),
         ('9', '9'),
     ],
-    '99908': [ # Malawi
+    '99908': [  # Malawi
         ('0', '0'),
         ('10', '89'),
         ('900', '999'),
     ],
-    '99909': [ # Malta
+    '99909': [  # Malta
         ('0', '3'),
         ('40', '94'),
         ('950', '999'),
     ],
-    '99910': [ # Sierra Leone
+    '99910': [  # Sierra Leone
         ('0', '2'),
         ('30', '89'),
         ('900', '999'),
     ],
-    '99911': [ # Lesotho
+    '99911': [  # Lesotho
         ('00', '59'),
         ('600', '999'),
     ],
-    '99912': [ # Botswana
+    '99912': [  # Botswana
         ('0', '3'),
         ('400', '599'),
         ('60', '89'),
         ('900', '999'),
     ],
-    '99913': [ # Andorra
+    '99913': [  # Andorra
         ('0', '2'),
         ('30', '35'),
         ('600', '604'),
     ],
-    '99914': [ # Suriname
+    '99914': [  # Suriname
         ('0', '4'),
         ('50', '89'),
         ('900', '949'),
     ],
-    '99915': [ # Maldives
+    '99915': [  # Maldives
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99916': [ # Namibia
+    '99916': [  # Namibia
         ('0', '2'),
         ('30', '69'),
         ('700', '999'),
     ],
-    '99917': [ # Brunei Darussalam
+    '99917': [  # Brunei Darussalam
         ('0', '2'),
         ('30', '89'),
         ('900', '999'),
     ],
-    '99918': [ # Faroe Islands
+    '99918': [  # Faroe Islands
         ('0', '3'),
         ('40', '79'),
         ('800', '999'),
     ],
-    '99919': [ # Benin
+    '99919': [  # Benin
         ('0', '2'),
         ('40', '69'),
         ('900', '999'),
     ],
-    '99920': [ # Andorra
+    '99920': [  # Andorra
         ('0', '4'),
         ('50', '89'),
         ('900', '999'),
     ],
-    '99921': [ # Qatar
+    '99921': [  # Qatar
         ('0', '1'),
         ('20', '69'),
         ('700', '799'),
         ('8', '8'),
         ('90', '99'),
     ],
-    '99922': [ # Guatemala
+    '99922': [  # Guatemala
         ('0', '3'),
         ('40', '69'),
         ('700', '999'),
     ],
-    '99923': [ # El Salvador
+    '99923': [  # El Salvador
         ('0', '1'),
         ('20', '79'),
         ('800', '999'),
     ],
-    '99924': [ # Nicaragua
+    '99924': [  # Nicaragua
         ('0', '2'),
         ('30', '79'),
         ('800', '999'),
     ],
-    '99925': [ # Paraguay
+    '99925': [  # Paraguay
         ('0', '3'),
         ('40', '79'),
         ('800', '999'),
     ],
-    '99926': [ # Honduras
+    '99926': [  # Honduras
         ('0', '0'),
         ('10', '59'),
         ('600', '999'),
     ],
-    '99927': [ # Albania
+    '99927': [  # Albania
         ('0', '2'),
         ('30', '59'),
         ('600', '999'),
     ],
-    '99928': [ # Georgia
+    '99928': [  # Georgia
         ('0', '0'),
         ('10', '79'),
         ('800', '999'),
     ],
-    '99929': [ # Mongolia
+    '99929': [  # Mongolia
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99930': [ # Armenia
+    '99930': [  # Armenia
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99931': [ # Seychelles
+    '99931': [  # Seychelles
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99932': [ # Malta
+    '99932': [  # Malta
         ('0', '0'),
         ('10', '59'),
         ('600', '699'),
         ('7', '7'),
         ('80', '99'),
     ],
-    '99933': [ # Nepal
+    '99933': [  # Nepal
         ('0', '2'),
         ('30', '59'),
         ('600', '999'),
     ],
-    '99934': [ # Dominican Republic
+    '99934': [  # Dominican Republic
         ('0', '1'),
         ('20', '79'),
         ('800', '999'),
     ],
-    '99935': [ # Haiti
+    '99935': [  # Haiti
         ('0', '2'),
         ('7', '8'),
         ('30', '59'),
         ('600', '699'),
         ('90', '99'),
     ],
-    '99936': [ # Bhutan
+    '99936': [  # Bhutan
         ('0', '0'),
         ('10', '59'),
         ('600', '999'),
     ],
-    '99937': [ # Macau
+    '99937': [  # Macau
         ('0', '1'),
         ('20', '59'),
         ('600', '999'),
     ],
-    '99938': [ # Srpska
+    '99938': [  # Srpska
         ('0', '1'),
         ('20', '59'),
         ('600', '899'),
         ('90', '99'),
     ],
-    '99939': [ # Guatemala
+    '99939': [  # Guatemala
         ('0', '5'),
         ('60', '89'),
         ('900', '999'),
     ],
-    '99940': [ # Georgia
+    '99940': [  # Georgia
         ('0', '0'),
         ('10', '69'),
         ('700', '999'),
     ],
-    '99941': [ # Armenia
+    '99941': [  # Armenia
         ('0', '2'),
         ('30', '79'),
         ('800', '999'),
     ],
-    '99942': [ # Sudan
+    '99942': [  # Sudan
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99943': [ # Alsbania
+    '99943': [  # Alsbania
         ('0', '2'),
         ('30', '59'),
         ('600', '999'),
     ],
-    '99944': [ # Ethiopia
+    '99944': [  # Ethiopia
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99945': [ # Namibia
+    '99945': [  # Namibia
         ('0', '5'),
         ('60', '89'),
         ('900', '999'),
     ],
-    '99946': [ # Nepal
+    '99946': [  # Nepal
         ('0', '2'),
         ('30', '59'),
         ('600', '999'),
     ],
-    '99947': [ # Tajikistan
+    '99947': [  # Tajikistan
         ('0', '2'),
         ('30', '69'),
         ('700', '999'),
     ],
-    '99948': [ # Eritrea
+    '99948': [  # Eritrea
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99949': [ # Mauritius
+    '99949': [  # Mauritius
         ('0', '1'),
         ('20', '89'),
         ('900', '999'),
     ],
-    '99950': [ # Cambodia
+    '99950': [  # Cambodia
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99951': [ # Congo - no ranges fixed yet
+    '99951': [  # Congo - no ranges fixed yet
     ],
-    '99952': [ # Mali
+    '99952': [  # Mali
         ('0', '4'),
         ('50', '79'),
         ('800', '999'),
     ],
-    '99953': [ # Paraguay
+    '99953': [  # Paraguay
         ('0', '2'),
         ('30', '79'),
         ('800', '999'),
     ],
-    '99954': [ # Bolivia
+    '99954': [  # Bolivia
         ('0', '2'),
         ('30', '69'),
         ('700', '999'),
     ],
-    '99955': [ # Srpska
+    '99955': [  # Srpska
         ('0', '1'),
         ('20', '59'),
         ('600', '899'),
         ('90', '99'),
     ],
-    '99956': [ # Albania
+    '99956': [  # Albania
         ('00', '59'),
         ('600', '999'),
     ],
 }
+
 
 class IsbnBot:
     def __init__(self, generator):
@@ -1160,7 +1164,7 @@
     def run(self):
         for page in self.generator:
             try:
-                text = page.get(get_redirect = self.touch_redirects)
+                text = page.get(get_redirect=self.touch_redirects)
                 # convert ISBN numbers
                 page.put(text)
             except pywikibot.NoPage:
@@ -1176,6 +1180,7 @@
 
 class InvalidIsbnException(pywikibot.Error):
     """Invalid ISBN"""
+
 
 class ISBN:
     """
@@ -1209,7 +1214,7 @@
 
         # Determine the publisher
         for (start, end) in publisherRanges:
-            length = len(start) # NOTE: start and end always have equal length
+            length = len(start)  # NOTE: start and end always have equal length
             if rest[:length] > start and rest[:length] <= end:
                 result += rest[:length] + '-'
                 rest = rest[length:]
@@ -1221,8 +1226,9 @@
         result += rest[:-1] + '-' + rest[-1]
         self.code = result
 
+
 class ISBN13(ISBN):
-    def __init__(self, code, checksumMissing = False):
+    def __init__(self, code, checksumMissing=False):
         self.code = code
         if checksumMissing:
             self.code += str(self.calculateChecksum())
@@ -1257,6 +1263,7 @@
         for i in range(1, 13 - 1, 2):
             sum += 3 * self.digits()[i]
         return (10 - (sum % 10)) % 10
+
 
 class ISBN10(ISBN):
     def __init__(self, code):
@@ -1313,7 +1320,7 @@
 
         #cs = self.calculateChecksum()
         #code += str(cs)
-        return ISBN13(code, checksumMissing = True)
+        return ISBN13(code, checksumMissing=True)
 
     def format(self):
         # load overridden superclass method
@@ -1321,6 +1328,7 @@
         # capitalize checksum
         if self.code[-1] == 'x':
             self.code = self.code[:-1] + 'X'
+
 
 def getIsbn(code):
     try:
@@ -1331,6 +1339,7 @@
         except InvalidIsbnException, e10:
             raise InvalidIsbnException(u'ISBN-13: %s / ISBN-10: %s' % (e13, 
e10))
     return i
+
 
 def _hyphenateIsbnNumber(match):
     """
@@ -1345,10 +1354,12 @@
     i.format()
     return i.code
 
+
 def hyphenateIsbnNumbers(text):
     isbnR = re.compile(r'(?<=ISBN )(?P<code>[\d\-]+[\dXx])')
     text = isbnR.sub(_hyphenateIsbnNumber, text)
     return text
+
 
 def _isbn10toIsbn13(match):
     """
@@ -1363,14 +1374,15 @@
     i13 = i.toISBN13()
     return i13.code
 
+
 def convertIsbn10toIsbn13(text):
     isbnR = re.compile(r'(?<=ISBN )(?P<code>[\d\-]+[Xx]?)')
     text = isbnR.sub(_isbn10toIsbn13, text)
     return text
 
-class IsbnBot:
 
-    def __init__(self, generator, to13 = False, format = False, always = 
False):
+class IsbnBot:
+    def __init__(self, generator, to13=False, format=False, always=False):
         self.generator = generator
         self.to13 = to13
         self.format = format
@@ -1428,7 +1440,6 @@
                 # Save the page in the background. No need to catch exceptions.
                 page.put(text, comment=self.comment, async=True)
 
-
     def run(self):
         for page in self.generator:
             self.treat(page)
@@ -1478,9 +1489,9 @@
         pywikibot.showHelp('isbn')
     else:
         if namespaces != []:
-            gen =  pagegenerators.NamespaceFilterPageGenerator(gen, namespaces)
+            gen = pagegenerators.NamespaceFilterPageGenerator(gen, namespaces)
         preloadingGen = pagegenerators.PreloadingGenerator(gen)
-        bot = IsbnBot(preloadingGen, to13 = to13, format = format, always = 
always)
+        bot = IsbnBot(preloadingGen, to13=to13, format=format, always=always)
         bot.run()
 
 if __name__ == "__main__":

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I380b184fa345187c3c46697d372ed87db1ebb4fb
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <valhall...@arctus.nl>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to