Xqt has submitted this change and it was merged.
Change subject: Enable Wikidata for Wikimedia Commons ......................................................................
Enable Wikidata for Wikimedia Commons
Change-Id: Ibc8734f65dcd97dc7af9674efe8655fe01dc61d3 --- M pywikibot/families/commons_family.py 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/commons_family.py b/pywikibot/families/commons_family.py index 7daedac..7450fba 100644 --- a/pywikibot/families/commons_family.py +++ b/pywikibot/families/commons_family.py @@ -38,3 +38,6 @@
def ssl_pathprefix(self, code): return "/wikipedia/commons" + + def shared_data_repository(self, code, transcluded=False): + return ('wikidata', 'wikidata')