diff options
Diffstat (limited to 'test/test_git.py')
-rw-r--r-- | test/test_git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_git.py b/test/test_git.py index 518c464a..c92a642b 100644 --- a/test/test_git.py +++ b/test/test_git.py @@ -5,7 +5,7 @@ # the BSD License: http://www.opensource.org/licenses/bsd-license.php import os, sys -from test.testlib import * +from git.test.lib import * from git import Git, GitCommandError class TestGit(TestCase): |