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/refs/headref.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/refs/headref.py') diff --git a/git/refs/headref.py b/git/refs/headref.py index 6fb7fea1..67117e96 100644 --- a/git/refs/headref.py +++ b/git/refs/headref.py @@ -1,6 +1,6 @@ from reference import Reference -from gitdb.config import SectionConstraint -from gitdb.util import join_path +from git.config import SectionConstraint +from git.util import join_path __all__ = ["Head"] -- cgit v1.2.1