##// END OF EJS Templates
py3: use absolute_import in sitecustomize.py
Robert Stanca -
r28946:b12bda49 default
parent child Browse files
Show More
@@ -1,3 +1,4 b''
1 from __future__ import absolute_import
1 import os
2 import os
2
3
3 if os.environ.get('COVERAGE_PROCESS_START'):
4 if os.environ.get('COVERAGE_PROCESS_START'):
@@ -45,7 +45,6 b''
45 tests/readlink.py not using absolute_import
45 tests/readlink.py not using absolute_import
46 tests/readlink.py requires print_function
46 tests/readlink.py requires print_function
47 tests/run-tests.py not using absolute_import
47 tests/run-tests.py not using absolute_import
48 tests/sitecustomize.py not using absolute_import
49 tests/svn-safe-append.py not using absolute_import
48 tests/svn-safe-append.py not using absolute_import
50 tests/svnxml.py not using absolute_import
49 tests/svnxml.py not using absolute_import
51 tests/test-atomictempfile.py not using absolute_import
50 tests/test-atomictempfile.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now