summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-20 11:33:08 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-20 11:33:08 -0400
commit69a56c4e2addd1ec53bb40e8a18f52353d1fc28c (patch)
tree5a6239609b68e8206539af817a61d72259886460 /test
parent03bfdb16cd7cc6e1c7c8d3b59552da7de3d82d1c (diff)
downloadgitpython-69a56c4e2addd1ec53bb40e8a18f52353d1fc28c.tar.gz
fixed incorrect test import
Diffstat (limited to 'test')
-rw-r--r--test/git/test_tag.py1
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):