diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-12 11:50:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-12 11:50:14 +0200 |
| commit | f2834177c0fdf6b1af659e460fd3348f468b8ab0 (patch) | |
| tree | 2cb12187e664a026974383ed303cf307df2d4029 /test/git/test_tag.py | |
| parent | 3c0a65226f038c58fc6d6ed525f38fc00b3579b7 (diff) | |
| download | GitPython-f2834177c0fdf6b1af659e460fd3348f468b8ab0.tar.gz GitPython-f2834177c0fdf6b1af659e460fd3348f468b8ab0.zip | |
Reorganized package structure and cleaned up imports
Diffstat (limited to 'test/git/test_tag.py')
| -rw-r--r-- | test/git/test_tag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_tag.py b/test/git/test_tag.py index fe3f78cc..2ebb860a 100644 --- a/test/git/test_tag.py +++ b/test/git/test_tag.py @@ -7,7 +7,7 @@ from mock import * from test.testlib import * from git import * -from git.tag import TagObject +from git.objects.tag import TagObject import time class TestTag(object): |
