jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/638128 )
Change subject: Modify fixing_redirects.py to support python 3.5+ only ...................................................................... Modify fixing_redirects.py to support python 3.5+ only Bug: T257399 Change-Id: I6a3678dbd88db06778c10ccd24033341acd8164b --- M scripts/fixing_redirects.py 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/fixing_redirects.py b/scripts/fixing_redirects.py index 70aae7b..f29d272 100755 --- a/scripts/fixing_redirects.py +++ b/scripts/fixing_redirects.py @@ -10,12 +10,10 @@ ¶ms; """ # -# (C) Pywikibot team, 2004-2019 +# (C) Pywikibot team, 2004-2020 # # Distributed under the terms of the MIT license. # -from __future__ import absolute_import, division, unicode_literals - import re import pywikibot -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/638128 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: I6a3678dbd88db06778c10ccd24033341acd8164b Gerrit-Change-Number: 638128 Gerrit-PatchSet: 1 Gerrit-Owner: Diwanshu885 <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Hazard-SJ <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
