jenkins-bot has submitted this change and it was merged.

Change subject: [FIX] QuitKeyboardInterrupt not in pywikibot module
......................................................................


[FIX] QuitKeyboardInterrupt not in pywikibot module

Change-Id: I1a4c1fd18f6f0fd7f167832dfee368b06fbc2636
---
M pywikibot/__init__.py
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Merlijn van Deen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index b3ff554..6d6cb6c 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -30,7 +30,7 @@
 from pywikibot.bot import (
     output, warning, error, critical, debug, stdout, exception,
     input, inputChoice, handleArgs, showHelp, ui, log,
-    calledModuleName, Bot, WikidataBot,
+    calledModuleName, Bot, WikidataBot, QuitKeyboardInterrupt,
 )
 from pywikibot.exceptions import (
     Error, InvalidTitle, BadTitle, NoPage, SectionError,
@@ -75,6 +75,7 @@
     'getCategoryLinks', 'categoryFormat', 'replaceCategoryLinks',
     'removeCategoryLinks', 'removeCategoryLinksAndSeparator',
     'replaceCategoryInPlace', 'compileLinkR', 'extract_templates_and_params',
+    'QuitKeyboardInterrupt',
 )
 
 

-- 
To view, visit https://gerrit.wikimedia.org/r/155140
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1a4c1fd18f6f0fd7f167832dfee368b06fbc2636
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <[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

Reply via email to