Skip to content
Snippets Groups Projects
Commit e1f55b50 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

tests: use absolute_import in hghave.py

parent 4179d054
No related branches found
No related tags found
No related merge requests found
from __future__ import absolute_import
import errno import errno
import os import os
import re import re
......
...@@ -147,7 +147,6 @@ ...@@ -147,7 +147,6 @@
tests/generate-working-copy-states.py requires print_function tests/generate-working-copy-states.py requires print_function
tests/get-with-headers.py requires print_function tests/get-with-headers.py requires print_function
tests/heredoctest.py requires print_function tests/heredoctest.py requires print_function
tests/hghave.py not using absolute_import
tests/hgweberror.py not using absolute_import tests/hgweberror.py not using absolute_import
tests/hypothesishelpers.py not using absolute_import tests/hypothesishelpers.py not using absolute_import
tests/hypothesishelpers.py requires print_function tests/hypothesishelpers.py requires print_function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment