##// END OF EJS Templates
tests: test-dispatch use absolute_import
timeless -
r28404:06245740 default
parent child Browse files
Show More
@@ -92,7 +92,6 b''
92 92 tests/test-context.py requires print_function
93 93 tests/test-demandimport.py not using absolute_import
94 94 tests/test-demandimport.py requires print_function
95 tests/test-dispatch.py not using absolute_import
96 95 tests/test-dispatch.py requires print_function
97 96 tests/test-doctest.py not using absolute_import
98 97 tests/test-duplicateoptions.py not using absolute_import
@@ -1,5 +1,8 b''
1 from __future__ import absolute_import
1 2 import os
2 from mercurial import dispatch
3 from mercurial import (
4 dispatch,
5 )
3 6
4 7 def testdispatch(cmd):
5 8 """Simple wrapper around dispatch.dispatch()
General Comments 0
You need to be logged in to leave comments. Login now