jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/616332 )
Change subject: [4.0] remove __future__ import in user-fixes sample ...................................................................... [4.0] remove __future__ import in user-fixes sample Change-Id: Ib47e8349c5fe5143bff34d314f886c9b87be2507 --- M user-fixes.py.sample 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/user-fixes.py.sample b/user-fixes.py.sample index eaa1068..acf7d81 100644 --- a/user-fixes.py.sample +++ b/user-fixes.py.sample @@ -5,7 +5,6 @@ # # Refer the manual for its construction at: # https://www.mediawiki.org/wiki/Manual:Pywikibot/fixes.py#Construction_of_a_fix -from __future__ import unicode_literals fixes['example'] = { 'regex': True, -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/616332 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: Ib47e8349c5fe5143bff34d314f886c9b87be2507 Gerrit-Change-Number: 616332 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[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
