summaryrefslogtreecommitdiff
path: root/test/git/test_stats.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-07 20:56:26 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-07 20:56:26 -0400
commit933d23bf95a5bd1624fbcdf328d904e1fa173474 (patch)
treececac8c5d77669ace6745579afe489fac540a9ef /test/git/test_stats.py
parent1f66cfbbce58b4b552b041707a12d437cc5f400a (diff)
downloadgitpython-933d23bf95a5bd1624fbcdf328d904e1fa173474.tar.gz
cleaned up a bunch of imports for the tests.
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):