diff options
Diffstat (limited to 'test/test_repo.py')
-rw-r--r-- | test/test_repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_repo.py b/test/test_repo.py index 62b4c476..59a1f6bf 100644 --- a/test/test_repo.py +++ b/test/test_repo.py @@ -3,7 +3,7 @@ # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -from test.testlib import * +from git.test.lib import * from git import * from git.util import join_path_native from git.exc import BadObject |