jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/649376 )

Change subject: [cleanup] remove desupported countries method of 
wikimediachapter family
......................................................................

[cleanup] remove desupported countries method of wikimediachapter family

Change-Id: I5fd0b7007234abd6c8b71cfdf3569a1768c4ee0f
---
M pywikibot/families/wikimediachapter_family.py
1 file changed, 0 insertions(+), 7 deletions(-)

Approvals:
  Mpaa: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/families/wikimediachapter_family.py 
b/pywikibot/families/wikimediachapter_family.py
index bb08c2c..fb29ad3 100644
--- a/pywikibot/families/wikimediachapter_family.py
+++ b/pywikibot/families/wikimediachapter_family.py
@@ -6,7 +6,6 @@
 # Distributed under the terms of the MIT license.
 #
 from pywikibot import family
-from pywikibot.tools import deprecated, classproperty


 class Family(family.SubdomainFamily, family.WikimediaFamily):
@@ -26,9 +25,3 @@
         'nl', 'no', 'nyc', 'pl', 'pt', 'punjabi', 'romd', 'rs', 'ru', 'se',
         'tr', 'ua', 'uk', 've', 'wb',
     ]
-
-    @classproperty
-    @deprecated(since='20150621', future_warning=True)
-    def countries(cls):  # pragma: no cover
-        """Deprecated."""
-        return cls.codes

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/649376
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5fd0b7007234abd6c8b71cfdf3569a1768c4ee0f
Gerrit-Change-Number: 649376
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Mpaa <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to