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/performance/test_pack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/test/performance/test_pack.py') 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 -- cgit v1.2.1