##// END OF EJS Templates
tests: use absolulte_import in test-wireproto.py
Gregory Szorc -
r27301:5defcb7d default
parent child Browse files
Show More
@@ -219,7 +219,6 b''
219 219 tests/test-url.py not using absolute_import
220 220 tests/test-url.py requires print_function
221 221 tests/test-walkrepo.py requires print_function
222 tests/test-wireproto.py not using absolute_import
223 222 tests/test-wireproto.py requires print_function
224 223 tests/tinyproxy.py not using absolute_import
225 224 tests/tinyproxy.py requires print_function
@@ -1,3 +1,5 b''
1 from __future__ import absolute_import
2
1 3 from mercurial import wireproto
2 4
3 5 class proto(object):
General Comments 0
You need to be logged in to leave comments. Login now