jenkins-bot has submitted this change and it was merged.
Change subject: remove unused local list, self.alphabetic from family.py does the job ......................................................................
remove unused local list, self.alphabetic from family.py does the job
Change-Id: Ia2bfa2fdaaab49efe8827f623b9b23aad59603ff --- M pywikibot/families/battlestarwiki_family.py 1 file changed, 0 insertions(+), 7 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/battlestarwiki_family.py b/pywikibot/families/battlestarwiki_family.py index c77dc47..3935367 100644 --- a/pywikibot/families/battlestarwiki_family.py +++ b/pywikibot/families/battlestarwiki_family.py @@ -16,13 +16,6 @@ for lang in self.languages_by_size: self.langs[lang] = '%s.battlestarwiki.org' % lang
- # A few selected big languages for things that we do not want to loop over - # all languages. This is only needed by the titletranslate.py module, so - # if you carefully avoid the options, you could get away without these - # for another wiki family. - - alphabetic = ['de', 'en', 'es', 'fr', 'tr', 'zh'] - def hostname(self, code): return '%s.battlestarwiki.org' % code
pywikibot-commits@lists.wikimedia.org