From 933d23bf95a5bd1624fbcdf328d904e1fa173474 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 7 May 2008 20:56:26 -0400 Subject: cleaned up a bunch of imports for the tests. --- test/git/test_utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/git/test_utils.py') diff --git a/test/git/test_utils.py b/test/git/test_utils.py index 2147e4cb..e3b23b2a 100644 --- a/test/git/test_utils.py +++ b/test/git/test_utils.py @@ -1,7 +1,7 @@ import os -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 TestUtils(object): def setup(self): -- cgit v1.2.1