jenkins-bot submitted this change.
[cleanup] remove desupported countries method of wikimediachapter family
Change-Id: I5fd0b7007234abd6c8b71cfdf3569a1768c4ee0f
---
M pywikibot/families/wikimediachapter_family.py
1 file changed, 0 insertions(+), 7 deletions(-)
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 change 649376. To unsubscribe, or for help writing mail filters, visit settings.