Skip to content
Snippets Groups Projects
Commit 3b517f2a authored by Gregory Szorc's avatar Gregory Szorc
Browse files

tests/autodiff.py: use absolute_import

parent 4056fdf7
No related branches found
No related tags found
No related merge requests found
# Extension dedicated to test patch.diff() upgrade modes
#
#
from mercurial import cmdutil, scmutil, patch, error
from __future__ import absolute_import
from mercurial import (
cmdutil,
error,
patch,
scmutil,
)
cmdtable = {}
command = cmdutil.command(cmdtable)
......
......@@ -143,7 +143,6 @@
mercurial/util.py not using absolute_import
mercurial/windows.py not using absolute_import
setup.py not using absolute_import
tests/autodiff.py not using absolute_import
tests/dumbhttp.py not using absolute_import
tests/fakedirstatewritetime.py not using absolute_import
tests/fakepatchtime.py not using absolute_import
......
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