Alex S.H. Lin 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: Id92e2c0e894efaf7dbdf33cf19238e1f81339aac --- M families/battlestarwiki_family.py 1 file changed, 0 insertions(+), 7 deletions(-)
Approvals: Alex S.H. Lin: Verified; Looks good to me, approved
diff --git a/families/battlestarwiki_family.py b/families/battlestarwiki_family.py index 46f601d..229dfff 100644 --- a/families/battlestarwiki_family.py +++ b/families/battlestarwiki_family.py @@ -57,13 +57,6 @@ '_default': u'Podcast talk', }
- # 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