jenkins-bot has submitted this change and it was merged. Change subject: Add an __init__ file to externals so we can import it ......................................................................
Add an __init__ file to externals so we can import it This is mainly needed if you aren't using the pwb.py wrapper. Change-Id: I0f91d2fd36fec07583f232f107ead82c4b008afe --- A externals/__init__.py 1 file changed, 0 insertions(+), 0 deletions(-) Approvals: Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified diff --git a/externals/__init__.py b/externals/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/externals/__init__.py -- To view, visit https://gerrit.wikimedia.org/r/81397 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0f91d2fd36fec07583f232f107ead82c4b008afe Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: Merlijn van Deen <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
