--- 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
--- 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):