From 6c1faef799095f3990e9970bc2cb10aa0221cf9c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 12 Jun 2010 17:20:43 +0200 Subject: Removed odb from project, it is now used as a submodule named gitdb, which was added instead Adjusted all imports to deal with the changed package names --- test/git/test_commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/git/test_commit.py') diff --git a/test/git/test_commit.py b/test/git/test_commit.py index e65e2e59..8629e625 100644 --- a/test/git/test_commit.py +++ b/test/git/test_commit.py @@ -6,7 +6,7 @@ from test.testlib import * from git import * -from git.odb import IStream +from gitdb import IStream from cStringIO import StringIO import time -- cgit v1.2.1