jenkins-bot has submitted this change and it was merged.
Change subject: Remove non-public lockwiki family
......................................................................
Remove non-public lockwiki family
Change-Id: Ieb58d4f025f0c5e6790d5b381615fc82c65608bd
---
D pywikibot/families/lockwiki_family.py
1 file changed, 0 insertions(+), 40 deletions(-)
Approvals:
XZise: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/families/lockwiki_family.py
b/pywikibot/families/lockwiki_family.py
deleted file mode 100644
index bf4f578..0000000
--- a/pywikibot/families/lockwiki_family.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- coding: utf-8 -*-
-"""Family module for Lock Wiki."""
-
-__version__ = '$Id$'
-
-from pywikibot import family
-
-
-# The locksmithwiki family
-class Family(family.Family):
-
- """Family class for Lock Wiki."""
-
- def __init__(self):
- """Constructor."""
- family.Family.__init__(self)
- self.name = 'lockwiki'
- self.langs = {
- 'en': 'www.locksmithwiki.com',
- }
-
- def scriptpath(self, code):
- """Return the script path for this family."""
- return '/lockwiki'
-
- def version(self, code):
- """Return the version for this family."""
- return '1.15.1'
-
- def nicepath(self, code):
- """Return the nice article path for this family."""
- return "%s/" % self.path(code)
-
- def protocol(self, code):
- """Return https as the protocol for this family."""
- return "https"
-
- def ignore_certificate_error(self, code):
- """Ignore certificate errors."""
- return True # has a different domain in its certificate.
--
To view, visit https://gerrit.wikimedia.org/r/170688
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieb58d4f025f0c5e6790d5b381615fc82c65608bd
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: XZise <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits