##// 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 tests/test-url.py not using absolute_import
219 tests/test-url.py not using absolute_import
220 tests/test-url.py requires print_function
220 tests/test-url.py requires print_function
221 tests/test-walkrepo.py requires print_function
221 tests/test-walkrepo.py requires print_function
222 tests/test-wireproto.py not using absolute_import
223 tests/test-wireproto.py requires print_function
222 tests/test-wireproto.py requires print_function
224 tests/tinyproxy.py not using absolute_import
223 tests/tinyproxy.py not using absolute_import
225 tests/tinyproxy.py requires print_function
224 tests/tinyproxy.py requires print_function
@@ -1,3 +1,5 b''
1 from __future__ import absolute_import
2
1 from mercurial import wireproto
3 from mercurial import wireproto
2
4
3 class proto(object):
5 class proto(object):
General Comments 0
You need to be logged in to leave comments. Login now