##// END OF EJS Templates
py3: make test-ui-verbosity use absolute_import
Pulkit Goyal -
r28679:e48a8ac6 default
parent child Browse files
Show More
@@ -111,7 +111,6 b''
111 tests/test-ui-color.py requires print_function
111 tests/test-ui-color.py requires print_function
112 tests/test-ui-config.py not using absolute_import
112 tests/test-ui-config.py not using absolute_import
113 tests/test-ui-config.py requires print_function
113 tests/test-ui-config.py requires print_function
114 tests/test-ui-verbosity.py not using absolute_import
115 tests/test-url.py not using absolute_import
114 tests/test-url.py not using absolute_import
116
115
117 #if py3exe
116 #if py3exe
@@ -1,4 +1,4 b''
1 from __future__ import print_function
1 from __future__ import absolute_import, print_function
2
2
3 import os
3 import os
4 from mercurial import ui
4 from mercurial import ui
General Comments 0
You need to be logged in to leave comments. Login now