##// END OF EJS Templates
py3: use absolute_import in mockblackbox.py
Robert Stanca -
r28943:417380aa default
parent child Browse files
Show More
@@ -1,4 +1,7 b''
1 from mercurial import util
1 from __future__ import absolute_import
2 from mercurial import (
3 util,
4 )
2
5
3 def makedate():
6 def makedate():
4 return 0, 0
7 return 0, 0
@@ -42,7 +42,6 b''
42 setup.py not using absolute_import
42 setup.py not using absolute_import
43 tests/heredoctest.py requires print_function
43 tests/heredoctest.py requires print_function
44 tests/md5sum.py not using absolute_import
44 tests/md5sum.py not using absolute_import
45 tests/mockblackbox.py not using absolute_import
46 tests/printenv.py not using absolute_import
45 tests/printenv.py not using absolute_import
47 tests/readlink.py not using absolute_import
46 tests/readlink.py not using absolute_import
48 tests/readlink.py requires print_function
47 tests/readlink.py requires print_function
General Comments 0
You need to be logged in to leave comments. Login now