# HG changeset patch # User Gregory Szorc # Date 2015-12-07 06:26:12 # Node ID 4179d054b3e9d72aa2a7b3565fb40a44d3e809db # Parent 8e86679d8acd6e2e36d06a749a8fcc99494dfb08 tests: use absolute_import for heredoctest.py diff --git a/tests/heredoctest.py b/tests/heredoctest.py --- a/tests/heredoctest.py +++ b/tests/heredoctest.py @@ -1,3 +1,5 @@ +from __future__ import absolute_import + import sys globalvars = {} 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 @@ -146,7 +146,6 @@ tests/filterpyflakes.py requires print_function tests/generate-working-copy-states.py requires print_function tests/get-with-headers.py requires print_function - tests/heredoctest.py not using absolute_import tests/heredoctest.py requires print_function tests/hghave.py not using absolute_import tests/hgweberror.py not using absolute_import