aboutsummaryrefslogtreecommitdiff
path: root/git/test/performance/test_pack_streaming.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-05-06 15:03:14 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-05-06 15:03:14 +0200
commitacf5e6ea64a2f24117f1d419c208ed1c38c43690 (patch)
tree75dedc18137297829e84f3a151130a589c3d844b /git/test/performance/test_pack_streaming.py
parent56da804ff295a05a38dc2cc73755706ea756fc52 (diff)
downloadGitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.tar.gz
GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.zip
replaced all gitdb strings with git
Diffstat (limited to 'git/test/performance/test_pack_streaming.py')
-rw-r--r--git/test/performance/test_pack_streaming.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/git/test/performance/test_pack_streaming.py b/git/test/performance/test_pack_streaming.py
index 795ed1e2..cc890ee0 100644
--- a/git/test/performance/test_pack_streaming.py
+++ b/git/test/performance/test_pack_streaming.py
@@ -7,9 +7,9 @@ from lib import (
TestBigRepoR
)
-from gitdb.db.pack import PackedDB
-from gitdb.stream import NullStream
-from gitdb.pack import PackEntity
+from git.db.pack import PackedDB
+from git.stream import NullStream
+from git.pack import PackEntity
import os
import sys