# HG changeset patch # User Robert Stanca # Date 2016-04-16 02:34:21 # Node ID b12bda49c3e32cfc87dfeeb13b72f1dd52c8bb13 # Parent 05982f7ab231d5143bc75393540b2f1a9633bfbe py3: use absolute_import in sitecustomize.py diff --git a/tests/sitecustomize.py b/tests/sitecustomize.py --- a/tests/sitecustomize.py +++ b/tests/sitecustomize.py @@ -1,3 +1,4 @@ +from __future__ import absolute_import import os if os.environ.get('COVERAGE_PROCESS_START'): diff --git a/tests/test-check-py3-compat.t b/tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t +++ b/tests/test-check-py3-compat.t @@ -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