jenkins-bot has submitted this change and it was merged. Change subject: from __future__ import print_function ......................................................................
from __future__ import print_function For ideal Python 2 compatibilty. Change-Id: I974e10eaa22c9d53fe6da9e69f239daf747fa420 --- M commit_message_validator/__init__.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/commit_message_validator/__init__.py b/commit_message_validator/__init__.py index f4e23dc..47b4187 100755 --- a/commit_message_validator/__init__.py +++ b/commit_message_validator/__init__.py @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ - +from __future__ import print_function import re import subprocess -- To view, visit https://gerrit.wikimedia.org/r/303746 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I974e10eaa22c9d53fe6da9e69f239daf747fa420 Gerrit-PatchSet: 1 Gerrit-Project: integration/commit-message-validator Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
