D5778: svnurlof: fix check-code errors I introduced

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Jan 31 01:56:34 UTC 2019


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5778

AFFECTED FILES
  tests/svnurlof.py

CHANGE DETAILS

diff --git a/tests/svnurlof.py b/tests/svnurlof.py
--- a/tests/svnurlof.py
+++ b/tests/svnurlof.py
@@ -1,3 +1,5 @@
+from __future__ import absolute_import, print_function
+
 import sys
 
 from mercurial import (



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list