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/cmd/git.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'git/db/cmd/git.py') diff --git a/git/db/cmd/git.py b/git/db/cmd/git.py index 5f977c6f..6c060f0e 100644 --- a/git/db/cmd/git.py +++ b/git/db/cmd/git.py @@ -1,29 +1,29 @@ -"""Module with our own gitdb implementation - it uses the git command""" +"""Module with our own git implementation - it uses the git command""" from exc import ( GitCommandError, BadObject ) -from gitdb.base import ( +from git.base import ( OInfo, OStream ) -from gitdb.util import ( +from git.util import ( bin_to_hex, hex_to_bin ) -from gitdb.db.py import ( +from git.db.py import ( PureGitDB, PureLooseObjectODB ) from git.util import RemoteProgress -from gitdb.db.py.base import TransportDB -from gitdb.db.interface import FetchInfo as GitdbFetchInfo -from gitdb.db.interface import PushInfo as GitdbPushInfo +from git.db.py.base import TransportDB +from git.db.interface import FetchInfo as GitdbFetchInfo +from git.db.interface import PushInfo as GitdbPushInfo from git.util import join_path -from gitdb.util import join +from git.util import join from refs import ( Reference, -- cgit v1.2.1