Skip to content
Snippets Groups Projects
Commit 417380aa5bbe authored by Robert Stanca's avatar Robert Stanca
Browse files

py3: use absolute_import in mockblackbox.py

parent 05cb9c6f310e
No related branches found
No related tags found
No related merge requests found
from mercurial import util
from __future__ import absolute_import
from mercurial import (
util,
)
def makedate():
return 0, 0
......
......@@ -42,7 +42,6 @@
setup.py not using absolute_import
tests/heredoctest.py requires print_function
tests/md5sum.py not using absolute_import
tests/mockblackbox.py not using absolute_import
tests/printenv.py not using absolute_import
tests/readlink.py not using absolute_import
tests/readlink.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