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/transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/db/py/transport.py') diff --git a/git/db/py/transport.py b/git/db/py/transport.py index 783fb8d5..f8edfb23 100644 --- a/git/db/py/transport.py +++ b/git/db/py/transport.py @@ -4,7 +4,7 @@ # the New BSD License: http://www.opensource.org/licenses/bsd-license.php """Implement a transport compatible database which sends objects using the git protocol""" -from gitdb.db.interface import ( TransportDB, +from git.db.interface import ( TransportDB, PushInfo, FetchInfo, RefSpec ) -- cgit v1.2.3