diff options
Diffstat (limited to 'test/test_commit.py')
-rw-r--r-- | test/test_commit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_commit.py b/test/test_commit.py index c3ce5c92..a00a8de8 100644 --- a/test/test_commit.py +++ b/test/test_commit.py @@ -5,7 +5,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 gitdb import IStream from gitdb.util import hex_to_bin |