jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/351644 )
Change subject: [IMPR] Add 'OptionHandler' to bot.__all__ tuple ......................................................................
[IMPR] Add 'OptionHandler' to bot.__all__ tuple
Change-Id: Ie3108f4f5b6ac5a242f0b31a1f9506cf68da9a33 --- M pywikibot/bot.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/bot.py b/pywikibot/bot.py index eea0052..edd32d1 100644 --- a/pywikibot/bot.py +++ b/pywikibot/bot.py @@ -122,6 +122,7 @@ 'InteractiveReplace', 'calledModuleName', 'handle_args', 'handleArgs', 'showHelp', 'suggest_help', 'writeToCommandLogFile', 'open_webbrowser', + 'OptionHandler', 'BaseBot', 'Bot', 'SingleSiteBot', 'MultipleSitesBot', 'CurrentPageBot', 'AutomaticTWSummaryBot', 'ExistingPageBot', 'FollowRedirectPageBot', 'CreatingPageBot',
pywikibot-commits@lists.wikimedia.org