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/performance/test_commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/performance/test_commit.py') diff --git a/test/performance/test_commit.py b/test/performance/test_commit.py index 62d409fc..80421aa2 100644 --- a/test/performance/test_commit.py +++ b/test/performance/test_commit.py @@ -7,7 +7,7 @@ from lib import * from git import * from gitdb import IStream -from test.git.test_commit import assert_commit_serialization +from git.test.test_commit import assert_commit_serialization from cStringIO import StringIO from time import time import sys -- cgit v1.2.1