diff options
author | Michael Trier <mtrier@gmail.com> | 2008-05-20 11:33:08 -0400 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2008-05-20 11:33:08 -0400 |
commit | 69a56c4e2addd1ec53bb40e8a18f52353d1fc28c (patch) | |
tree | 5a6239609b68e8206539af817a61d72259886460 | |
parent | 03bfdb16cd7cc6e1c7c8d3b59552da7de3d82d1c (diff) | |
download | gitpython-69a56c4e2addd1ec53bb40e8a18f52353d1fc28c.tar.gz |
fixed incorrect test import
-rw-r--r-- | test/git/test_tag.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/git/test_tag.py b/test/git/test_tag.py index fb9613c8..e882f5e7 100644 --- a/test/git/test_tag.py +++ b/test/git/test_tag.py @@ -1,6 +1,5 @@ from mock import * from test.testlib import * -from test.helper import * from git_python import * class TestTag(object): |