jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/638101 )
Change subject: Modify disambredir.py to support python 3.5+ only ...................................................................... Modify disambredir.py to support python 3.5+ only Bug: T257399 Change-Id: I19f62dd0b96d90bb6dc91ec95785b64ac16b01bf --- M scripts/disambredir.py 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/disambredir.py b/scripts/disambredir.py index 3503689..7b430fe 100755 --- a/scripts/disambredir.py +++ b/scripts/disambredir.py @@ -11,12 +11,10 @@ """ # -# (C) Pywikibot team, 2006-2019 +# (C) Pywikibot team, 2006-2020 # # Distributed under the terms of the MIT license. # -from __future__ import absolute_import, division, unicode_literals - import pywikibot from pywikibot import textlib, pagegenerators -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/638101 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: I19f62dd0b96d90bb6dc91ec95785b64ac16b01bf Gerrit-Change-Number: 638101 Gerrit-PatchSet: 2 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
