# HG changeset patch # User Gregory Szorc # Date 1449469572 28800 # Node ID 4179d054b3e9d72aa2a7b3565fb40a44d3e809db # Parent 8e86679d8acd6e2e36d06a749a8fcc99494dfb08 tests: use absolute_import for heredoctest.py diff -r 8e86679d8acd -r 4179d054b3e9 tests/heredoctest.py --- a/tests/heredoctest.py Sun Dec 06 22:25:41 2015 -0800 +++ b/tests/heredoctest.py Sun Dec 06 22:26:12 2015 -0800 @@ -1,3 +1,5 @@ +from __future__ import absolute_import + import sys globalvars = {} diff -r 8e86679d8acd -r 4179d054b3e9 tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Sun Dec 06 22:25:41 2015 -0800 +++ b/tests/test-check-py3-compat.t Sun Dec 06 22:26:12 2015 -0800 @@ -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