summaryrefslogtreecommitdiff
path: root/git/test/test_stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/test_stats.py')
-rw-r--r--git/test/test_stats.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/git/test/test_stats.py b/git/test/test_stats.py
index b91ee1f6..27be6a77 100644
--- a/git/test/test_stats.py
+++ b/git/test/test_stats.py
@@ -4,8 +4,12 @@
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
-from git.test.lib import TestBase
-from git import *
+from git.test.lib import (
+ TestBase,
+ fixture,
+ assert_equal
+ )
+from git.util import Stats
class TestStats(TestBase):