diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-06 15:03:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-06 15:03:14 +0200 |
| commit | acf5e6ea64a2f24117f1d419c208ed1c38c43690 (patch) | |
| tree | 75dedc18137297829e84f3a151130a589c3d844b /git/objects/tag.py | |
| parent | 56da804ff295a05a38dc2cc73755706ea756fc52 (diff) | |
| download | GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.tar.gz GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.zip | |
replaced all gitdb strings with git
Diffstat (limited to 'git/objects/tag.py')
| -rw-r--r-- | git/objects/tag.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/objects/tag.py b/git/objects/tag.py index 0bd1d20c..5dcd9bf9 100644 --- a/git/objects/tag.py +++ b/git/objects/tag.py @@ -6,12 +6,12 @@ """ Module containing all object based types. """ import base from git.util import RepoAliasMixin -from gitdb.util import hex_to_bin +from git.util import hex_to_bin from util import ( get_object_type_by_name, parse_actor_and_date ) -from gitdb.typ import ObjectType +from git.typ import ObjectType __all__ = ("TagObject", ) |
