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

tests/fakedirstatewritetime.py: use absolute_import

parent 0bb8c405
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,15 @@
# - 'workingctx._checklookup()' (= 'repo.status()')
# - 'committablectx.markcommitted()'
from mercurial import context, dirstate, extensions, parsers, util
from __future__ import absolute_import
from mercurial import (
context,
dirstate,
extensions,
parsers,
util,
)
def pack_dirstate(fakenow, orig, dmap, copymap, pl, now):
# execute what original parsers.pack_dirstate should do actually
......
......@@ -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/fakedirstatewritetime.py not using absolute_import
tests/fakepatchtime.py not using absolute_import
tests/filterpyflakes.py not using absolute_import
tests/filterpyflakes.py requires print_function
......
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