jenkins-bot has submitted this change and it was merged.
Change subject: New GWToolest namespace for commons ......................................................................
New GWToolest namespace for commons
Change-Id: Ic6cf0d3c61d72a3cc19c23313de231f6000d4a02 --- M families/commons_family.py 1 file changed, 6 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/families/commons_family.py b/families/commons_family.py index 8f83c2c..dc597f3 100644 --- a/families/commons_family.py +++ b/families/commons_family.py @@ -51,6 +51,12 @@ self.namespaces[461] = { '_default': [u'Campaign talk'], } + self.namespaces[490] = { + '_default': [u'GWToolset'], + } + self.namespaces[491] = { + '_default': [u'GWToolset talk'], + } self.namespaces[1198] = { '_default': u'Translations', }
pywikibot-commits@lists.wikimedia.org