##// 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 12 # - [output] is the name of the output file (default: use sys.stdout)
13 13 # the file will be opened in append mode.
14 14 #
15 from __future__ import absolute_import
15 16 import os
16 17 import sys
17 18
@@ -42,7 +42,6 b''
42 42 setup.py not using absolute_import
43 43 tests/heredoctest.py requires print_function
44 44 tests/md5sum.py not using absolute_import
45 tests/printenv.py not using absolute_import
46 45 tests/readlink.py not using absolute_import
47 46 tests/readlink.py requires print_function
48 47 tests/revlog-formatv0.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now