##// END OF EJS Templates
py3: use absolute_import in test-hybridencode.py
Robert Stanca -
r28749:2fa5c7c1 default
parent child Browse files
Show More
@@ -57,7 +57,6 b''
57 tests/test-demandimport.py requires print_function
57 tests/test-demandimport.py requires print_function
58 tests/test-doctest.py not using absolute_import
58 tests/test-doctest.py not using absolute_import
59 tests/test-hgwebdir-paths.py not using absolute_import
59 tests/test-hgwebdir-paths.py not using absolute_import
60 tests/test-hybridencode.py not using absolute_import
61 tests/test-hybridencode.py requires print_function
60 tests/test-hybridencode.py requires print_function
62 tests/test-lrucachedict.py not using absolute_import
61 tests/test-lrucachedict.py not using absolute_import
63 tests/test-lrucachedict.py requires print_function
62 tests/test-lrucachedict.py requires print_function
@@ -1,4 +1,7 b''
1 from mercurial import store
1 from __future__ import absolute_import
2 from mercurial import (
3 store,
4 )
2
5
3 def show(s):
6 def show(s):
4 # show test input
7 # show test input
General Comments 0
You need to be logged in to leave comments. Login now