jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/779482 )
Change subject: [doc] Add set_interface to all ......................................................................
[doc] Add set_interface to all
Change-Id: Ibdd33c3530f597663c4d93d613b2cb168f05ceec --- M pywikibot/bot.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/bot.py b/pywikibot/bot.py index 5d2c9f1..360b8c3 100644 --- a/pywikibot/bot.py +++ b/pywikibot/bot.py @@ -65,7 +65,7 @@ 'CRITICAL', 'ERROR', 'INFO', 'WARNING', 'DEBUG', 'INPUT', 'STDOUT', 'VERBOSE', 'critical', 'debug', 'error', 'exception', 'log', 'warning', 'output', 'stdout', 'LoggingFormatter', - 'init_handlers', 'writelogheader', + 'set_interface', 'init_handlers', 'writelogheader', 'input', 'input_choice', 'input_yn', 'input_list_choice', 'ui', 'Option', 'StandardOption', 'NestedOption', 'IntegerOption', 'ContextOption', 'ListOption', 'ShowingListOption', 'MultipleChoiceList',
pywikibot-commits@lists.wikimedia.org