diff options
Diffstat (limited to 'test/git/test_head.py')
-rw-r--r-- | test/git/test_head.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_head.py b/test/git/test_head.py index 47cfb608..0e5592d3 100644 --- a/test/git/test_head.py +++ b/test/git/test_head.py @@ -1,5 +1,5 @@ from test.testlib import * -from git_python import * +from git import * class TestHead(object): def setup(self): |