summaryrefslogtreecommitdiff
path: root/test/test_refs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_refs.py')
-rw-r--r--test/test_refs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_refs.py b/test/test_refs.py
index fa26bae9..700e5fac 100644
--- a/test/test_refs.py
+++ b/test/test_refs.py
@@ -5,7 +5,7 @@
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
from mock import *
-from test.testlib import *
+from git.test.lib import *
from git import *
import git.refs as refs
from git.objects.tag import TagObject