diff options
Diffstat (limited to 'test/git/test_stats.py')
-rw-r--r-- | test/git/test_stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_stats.py b/test/git/test_stats.py index 4926ac4f..abe129a8 100644 --- a/test/git/test_stats.py +++ b/test/git/test_stats.py @@ -1,5 +1,5 @@ from test.testlib import * -from git_python import * +from git import * class TestStats(object): def setup(self): |