summaryrefslogtreecommitdiff
path: root/git/test/performance/test_odb.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/performance/test_odb.py')
-rw-r--r--git/test/performance/test_odb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/test_odb.py b/git/test/performance/test_odb.py
index 6f07a615..3879cb08 100644
--- a/git/test/performance/test_odb.py
+++ b/git/test/performance/test_odb.py
@@ -6,7 +6,7 @@ from time import time
from unittest.case import skipIf
from git.compat import PY3
-from git.test.lib.helper import HIDE_WINDOWS_KNOWN_ERRORS
+from git.util import HIDE_WINDOWS_KNOWN_ERRORS
from .lib import (
TestBigRepoR