jenkins-bot has submitted this change and it was merged.
Change subject: Move tools to sub-package ......................................................................
Move tools to sub-package
Allow new tools to be added as separate modules.
Change-Id: Ic327a84e23b58bfd8b2319fe098a2270faa568d7 --- R pywikibot/tools/__init__.py M tox.ini 2 files changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, but someone else must approve XZise: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/tools.py b/pywikibot/tools/__init__.py similarity index 100% rename from pywikibot/tools.py rename to pywikibot/tools/__init__.py diff --git a/tox.ini b/tox.ini index da80421..fa3385e 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ pywikibot/pagegenerators.py \ pywikibot/plural.py \ pywikibot/throttle.py \ - pywikibot/tools.py \ + pywikibot/tools/__init__.py \ pywikibot/userinterfaces/__init__.py \ pywikibot/userinterfaces/terminal_interface.py \ pywikibot/weblib.py \
pywikibot-commits@lists.wikimedia.org