summaryrefslogtreecommitdiff
path: root/git/test/performance/test_pack.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/performance/test_pack.py')
-rw-r--r--git/test/performance/test_pack.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/git/test/performance/test_pack.py b/git/test/performance/test_pack.py
index da952b17..b1f3abe1 100644
--- a/git/test/performance/test_pack.py
+++ b/git/test/performance/test_pack.py
@@ -7,8 +7,8 @@ from lib import (
TestBigRepoR
)
-from gitdb.exc import UnsupportedOperation
-from gitdb.db.pack import PackedDB
+from git.exc import UnsupportedOperation
+from git.db.pack import PackedDB
import sys
import os