Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/637879 )
Change subject: Modify __init__.py to support python 3.5+ only ......................................................................
Modify __init__.py to support python 3.5+ only
Bug: T257399 Change-Id: I0dd5126d3220c19733210706bbdb3f7343ef2d03 --- M pywikibot/specialbots/__init__.py 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/pywikibot/specialbots/__init__.py b/pywikibot/specialbots/__init__.py index 20bfb9c..fb232dc 100644 --- a/pywikibot/specialbots/__init__.py +++ b/pywikibot/specialbots/__init__.py @@ -6,8 +6,6 @@ # # Distributed under the terms of the MIT license. # -from __future__ import absolute_import, division, unicode_literals - from pywikibot.specialbots._unlink import ( EditReplacement, InteractiveUnlink, BaseUnlinkBot )
pywikibot-commits@lists.wikimedia.org