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