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/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/refs/tag.py') diff --git a/git/refs/tag.py b/git/refs/tag.py index 24a8e768..7a0caa48 100644 --- a/git/refs/tag.py +++ b/git/refs/tag.py @@ -1,4 +1,4 @@ -from gitdb.ref.tag import TagReference as GitDB_TagReference +from git.ref.tag import TagReference as GitDB_TagReference __all__ = ["TagReference", "Tag"] -- cgit v1.2.3