summaryrefslogtreecommitdiff
path: root/test/git/test_stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_stats.py')
-rw-r--r--test/git/test_stats.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/git/test_stats.py b/test/git/test_stats.py
index b095b47e..36e35e40 100644
--- a/test/git/test_stats.py
+++ b/test/git/test_stats.py
@@ -1,6 +1,6 @@
-from gitalicious.test.asserts import *
-from gitalicious.lib import *
-from gitalicious.test.helper import *
+from test.asserts import *
+from git_python import *
+from test.helper import *
class TestStats(object):
def setup(self):