From 3fe1a7f87d511758adf2e56803cb3610b80c5f08 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 29 Apr 2011 17:04:37 +0200 Subject: Moved rev_parse code into gitdb, this probably broke pretty much here, which is still to be fixed of course --- git/refs/tag.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/refs/tag.py') diff --git a/git/refs/tag.py b/git/refs/tag.py index 8ba9ba84..7bcff886 100644 --- a/git/refs/tag.py +++ b/git/refs/tag.py @@ -1,5 +1,4 @@ from gitdb.ref.tag import TagReference as GitDB_TagReference -from git.util import RepoAliasMixin __all__ = ["TagReference", "Tag"] -- cgit v1.2.3