# HG changeset patch # User Gregory Szorc # Date 1449468159 28800 # Node ID 5defcb7d6e5f6b6a32425d8c96356e46b87bd0ab # Parent a8b2bf520a2a4623251a196d83daffdd24f2423d tests: use absolulte_import in test-wireproto.py diff -r a8b2bf520a2a -r 5defcb7d6e5f tests/test-check-py3-compat.t --- a/tests/test-check-py3-compat.t Sun Dec 06 22:05:19 2015 -0800 +++ b/tests/test-check-py3-compat.t Sun Dec 06 22:02:39 2015 -0800 @@ -219,7 +219,6 @@ tests/test-url.py not using absolute_import tests/test-url.py requires print_function tests/test-walkrepo.py requires print_function - tests/test-wireproto.py not using absolute_import tests/test-wireproto.py requires print_function tests/tinyproxy.py not using absolute_import tests/tinyproxy.py requires print_function diff -r a8b2bf520a2a -r 5defcb7d6e5f tests/test-wireproto.py --- a/tests/test-wireproto.py Sun Dec 06 22:05:19 2015 -0800 +++ b/tests/test-wireproto.py Sun Dec 06 22:02:39 2015 -0800 @@ -1,3 +1,5 @@ +from __future__ import absolute_import + from mercurial import wireproto class proto(object):