From 1d5a3cb03f6efa8d30afa7bb890ee6d0ab7b6e8d Mon Sep 17 00:00:00 2001 From: Durham Goode Date: Tue, 23 May 2017 15:38:09 -0700 Subject: [PATCH] tests: fix fastannotate tests --- tests/test-fastannotate-revmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-fastannotate-revmap.py b/tests/test-fastannotate-revmap.py index 2ddad7d9df..b020a3043c 100644 --- a/tests/test-fastannotate-revmap.py +++ b/tests/test-fastannotate-revmap.py @@ -7,7 +7,7 @@ import tempfile # make it runnable using python directly without run-tests.py sys.path[0:0] = [os.path.join(os.path.dirname(__file__), '..')] -from fastannotate import error, revmap +from hgext3rd.fastannotate import error, revmap def genhsh(i): return chr(i) + b'\0' * 19