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/db/py/pack.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'git/db/py/pack.py') diff --git a/git/db/py/pack.py b/git/db/py/pack.py index 1d0e9bfc..75b75468 100644 --- a/git/db/py/pack.py +++ b/git/db/py/pack.py @@ -3,21 +3,21 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php """Module containing a database to deal with packs""" -from gitdb.db import CachingDB +from git.db import CachingDB from base import ( PureRootPathDB, PureObjectDBR ) -from gitdb.util import LazyMixin +from git.util import LazyMixin -from gitdb.exc import ( +from git.exc import ( BadObject, UnsupportedOperation, AmbiguousObjectName ) -from gitdb.pack import PackEntity +from git.pack import PackEntity import os import glob -- cgit v1.2.1