jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/983266 )
Change subject: [IMPR] Align import of NamespacesDict ...................................................................... [IMPR] Align import of NamespacesDict Change-Id: I56d16a5a18b3cbf5f442d45f4667fa2342ece5b5 --- M tests/cosmetic_changes_tests.py 1 file changed, 10 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/cosmetic_changes_tests.py b/tests/cosmetic_changes_tests.py index ed86b5c..215ba06 100755 --- a/tests/cosmetic_changes_tests.py +++ b/tests/cosmetic_changes_tests.py @@ -12,7 +12,7 @@ from pywikibot import Page from pywikibot.cosmetic_changes import CANCEL, CosmeticChangesToolkit -from pywikibot.site._namespace import NamespacesDict +from pywikibot.site import NamespacesDict from pywikibot.tools import has_module from tests.aspects import TestCase -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/983266 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I56d16a5a18b3cbf5f442d45f4667fa2342ece5b5 Gerrit-Change-Number: 983266 Gerrit-PatchSet: 1 Gerrit-Owner: Mpaa <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
