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/mem.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git/db/py/mem.py') diff --git a/git/db/py/mem.py b/git/db/py/mem.py index ba922e96..5851aebc 100644 --- a/git/db/py/mem.py +++ b/git/db/py/mem.py @@ -9,16 +9,16 @@ from base import ( PureObjectDBW ) -from gitdb.base import ( +from git.base import ( OStream, IStream, ) -from gitdb.exc import ( +from git.exc import ( BadObject, UnsupportedOperation ) -from gitdb.stream import ( +from git.stream import ( ZippedStoreShaWriter, DecompressMemMapReader, ) -- cgit v1.2.3