From acf5e6ea64a2f24117f1d419c208ed1c38c43690 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 6 May 2011 15:03:14 +0200 Subject: replaced all gitdb strings with git --- git/test/test_pack.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'git/test/test_pack.py') diff --git a/git/test/test_pack.py b/git/test/test_pack.py index 4a7f1caf..c398fc56 100644 --- a/git/test/test_pack.py +++ b/git/test/test_pack.py @@ -9,22 +9,22 @@ from lib import ( with_packs_rw, fixture_path ) -from gitdb.stream import DeltaApplyReader +from git.stream import DeltaApplyReader -from gitdb.pack import ( +from git.pack import ( PackEntity, PackIndexFile, PackFile ) -from gitdb.base import ( +from git.base import ( OInfo, OStream, ) -from gitdb.fun import delta_types -from gitdb.exc import UnsupportedOperation -from gitdb.util import to_bin_sha +from git.fun import delta_types +from git.exc import UnsupportedOperation +from git.util import to_bin_sha from itertools import izip, chain from nose import SkipTest -- cgit v1.2.1