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_blob.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/git/test_blob.py') diff --git a/test/git/test_blob.py b/test/git/test_blob.py index 7091136b..f41429a6 100644 --- a/test/git/test_blob.py +++ b/test/git/test_blob.py @@ -1,8 +1,8 @@ import time from mock import * -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 TestBlob(object): def setup(self): -- cgit v1.2.1