jenkins-bot has submitted this change and it was merged.

Change subject: Remove non-public lockwiki family
......................................................................


Remove non-public lockwiki family

Change-Id: I2229a904d72a80b33b37ca40764ed09b6cf18aff
---
D families/lockwiki_family.py
1 file changed, 0 insertions(+), 40 deletions(-)

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



diff --git a/families/lockwiki_family.py b/families/lockwiki_family.py
deleted file mode 100644
index f938850..0000000
--- a/families/lockwiki_family.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- coding: utf-8  -*-
-"""Family module for Lock Wiki."""
-
-__version__ = '$Id$'
-
-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',
-        }
-        self.namespaces[4] = {
-            '_default': [u'Locksmith Wiki Knowledge Base',
-                self.namespaces[4]['_default']], # REQUIRED
-        }
-        self.namespaces[4] = {
-            '_default': [u'Locksmith Wiki Knowledge Base talk',
-                self.namespaces[5]['_default']], # REQUIRED
-        }
-
-    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)

-- 
To view, visit https://gerrit.wikimedia.org/r/170687
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2229a904d72a80b33b37ca40764ed09b6cf18aff
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to