From 9ca0f897376e765989e92e44628228514f431458 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 21 Nov 2010 20:16:51 +0100 Subject: Updated MANIFEST and setup to include fixtures. Adjusted includes in all tests to work with the new directory structure --- test/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_base.py') diff --git a/test/test_base.py b/test/test_base.py index 25d1e4e9..e630d151 100644 --- a/test/test_base.py +++ b/test/test_base.py @@ -8,7 +8,7 @@ import git.objects.base as base import git.refs as refs import os -from test.testlib import * +from git.test.lib import * from git import * from itertools import chain from git.objects.util import get_object_type_by_name -- cgit v1.2.3