Skip to content
Snippets Groups Projects
Commit 06245740 authored by timeless's avatar timeless
Browse files

tests: test-dispatch use absolute_import

parent d2e154dd
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,6 @@
tests/test-context.py requires print_function
tests/test-demandimport.py not using absolute_import
tests/test-demandimport.py requires print_function
tests/test-dispatch.py not using absolute_import
tests/test-dispatch.py requires print_function
tests/test-doctest.py not using absolute_import
tests/test-duplicateoptions.py not using absolute_import
......
from __future__ import absolute_import
import os
......@@ -1,5 +2,7 @@
import os
from mercurial import dispatch
from mercurial import (
dispatch,
)
def testdispatch(cmd):
"""Simple wrapper around dispatch.dispatch()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment