Magul has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/327766 )
Change subject: Add fi:wikivoyage and sort by current article count ...................................................................... Add fi:wikivoyage and sort by current article count Fix also pycodestyle (former PEP8) E402 problem Bug: T153470 Change-Id: Id9bc980c7a9cfb21063597a3d5eae11c31d8040c --- M pywikibot/families/wikivoyage_family.py 1 file changed, 5 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/66/327766/1 diff --git a/pywikibot/families/wikivoyage_family.py b/pywikibot/families/wikivoyage_family.py index 1ad8583..eb0947e 100644 --- a/pywikibot/families/wikivoyage_family.py +++ b/pywikibot/families/wikivoyage_family.py @@ -5,13 +5,12 @@ # # Distributed under the terms of the MIT license. # +# The new wikivoyage family that is hosted at wikimedia from __future__ import absolute_import, unicode_literals -__version__ = '$Id$' - -# The new wikivoyage family that is hosted at wikimedia - from pywikibot import family + +__version__ = '$Id$' class Family(family.SubdomainFamily, family.WikimediaFamily): @@ -23,8 +22,8 @@ def __init__(self): """Constructor.""" self.languages_by_size = [ - 'en', 'de', 'fa', 'it', 'fr', 'ru', 'pl', 'nl', 'pt', 'es', 'he', - 'zh', 'vi', 'sv', 'el', 'ro', 'uk', + 'en', 'de', 'fa', 'it', 'fr', 'ru', 'pl', 'nl', 'pt', 'fi', 'es', + 'zh', 'he', 'vi', 'sv', 'el', 'ro', 'uk', ] super(Family, self).__init__() -- To view, visit https://gerrit.wikimedia.org/r/327766 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id9bc980c7a9cfb21063597a3d5eae11c31d8040c Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Magul <tomasz.magul...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits