##// END OF EJS Templates
py3: use absolute_import in printenv.py
Robert Stanca -
r28944:036787c1 default
parent child Browse files
Show More
@@ -12,6 +12,7 b''
12 # - [output] is the name of the output file (default: use sys.stdout)
12 # - [output] is the name of the output file (default: use sys.stdout)
13 # the file will be opened in append mode.
13 # the file will be opened in append mode.
14 #
14 #
15 from __future__ import absolute_import
15 import os
16 import os
16 import sys
17 import sys
17
18
@@ -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/printenv.py not using absolute_import
46 tests/readlink.py not using absolute_import
45 tests/readlink.py not using absolute_import
47 tests/readlink.py requires print_function
46 tests/readlink.py requires print_function
48 tests/revlog-formatv0.py not using absolute_import
47 tests/revlog-formatv0.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now