Mercurial > hg
changeset 28946:b12bda49c3e3
py3: use absolute_import in sitecustomize.py
author | Robert Stanca <robert.stanca7@gmail.com> |
---|---|
date | Sat, 16 Apr 2016 05:34:21 +0300 |
parents | 05982f7ab231 |
children | 812eb3b7dc43 |
files | tests/sitecustomize.py tests/test-check-py3-compat.t |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/sitecustomize.py Sat Apr 16 05:33:23 2016 +0300 +++ b/tests/sitecustomize.py Sat Apr 16 05:34:21 2016 +0300 @@ -1,3 +1,4 @@ +from __future__ import absolute_import import os if os.environ.get('COVERAGE_PROCESS_START'):
--- a/tests/test-check-py3-compat.t Sat Apr 16 05:33:23 2016 +0300 +++ b/tests/test-check-py3-compat.t Sat Apr 16 05:34:21 2016 +0300 @@ -45,7 +45,6 @@ tests/readlink.py not using absolute_import tests/readlink.py requires print_function tests/run-tests.py not using absolute_import - tests/sitecustomize.py not using absolute_import tests/svn-safe-append.py not using absolute_import tests/svnxml.py not using absolute_import tests/test-atomictempfile.py not using absolute_import