jenkins-bot has submitted this change and it was merged.
Change subject: config2: update variable _imported_modules ......................................................................
config2: update variable _imported_modules
_imported_modules is now correctly syncronized as specified in the comments
Change-Id: I2f23ec8662d21c442ba80c10b76a350e73045908 --- M pywikibot/config2.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: XZise: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/config2.py b/pywikibot/config2.py index b9a724f..1d91a4a 100644 --- a/pywikibot/config2.py +++ b/pywikibot/config2.py @@ -26,7 +26,7 @@ import sys import collections # Please keep _imported_modules in sync with the imports above -_imported_modules = ('os', 'sys') +_imported_modules = ('os', 'sys', 'collections')
# IMPORTANT: # Do not change any of the variables in this file. Instead, make