jenkins-bot has submitted this change and it was merged.
Change subject: remove botwiki due to MW no longer work now. ......................................................................
remove botwiki due to MW no longer work now.
Change-Id: I6497c8a555e3df1c5bb13940be76ed7fd19c5be5 --- D families/botwiki_family.py 1 file changed, 0 insertions(+), 66 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/families/botwiki_family.py b/families/botwiki_family.py deleted file mode 100644 index 898d00e..0000000 --- a/families/botwiki_family.py +++ /dev/null @@ -1,66 +0,0 @@ -# -*- coding: utf-8 -*- - -import family - -# Bot wiki - the (semi-)official pywikipedia wiki - -class Family(family.Family): - def __init__(self): - family.Family.__init__(self) - - self.name = 'botwiki' - - self.langs = { - 'botwiki': 'botwiki.sno.cc', - } - self.namespaces[4] = { - 'botwiki': [u'Botwiki'], - } - self.namespaces[5] = { - 'botwiki': [u'Botwiki talk'], - } - self.namespaces[100] = { - 'botwiki': [u'Manual'], - } - self.namespaces[101] = { - 'botwiki': [u'Manual talk'], - } - self.namespaces[102] = { - 'botwiki': [u'Python'], - } - self.namespaces[103] = { - 'botwiki': [u'Python talk'], - } - self.namespaces[104] = { - 'botwiki': [u'Php'], - } - self.namespaces[105] = { - 'botwiki': [u'Php talk'], - } - self.namespaces[106] = { - 'botwiki': [u'Perl'], - } - self.namespaces[107] = { - 'botwiki': [u'Perl talk'], - } - self.namespaces[108] = { - 'botwiki': [u'AWB'], - } - self.namespaces[109] = { - 'botwiki': [u'AWB talk'], - } - self.namespaces[110] = { - 'botwiki': [u'IRC'], - } - self.namespaces[111] = { - 'botwiki': [u'IRC talk'], - } - self.namespaces[112] = { - 'botwiki': [u'Other'], - } - self.namespaces[113] = { - 'botwiki': [u'Other talk'], - } - - def version(self, code): - return '1.17.0'
pywikibot-commits@lists.wikimedia.org