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 --- lib/git/objects/commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/objects/commit.py') diff --git a/lib/git/objects/commit.py b/lib/git/objects/commit.py index 9a3c2c95..0d8f2c64 100644 --- a/lib/git/objects/commit.py +++ b/lib/git/objects/commit.py @@ -9,7 +9,7 @@ import git.diff as diff import git.stats as stats from git.actor import Actor from tree import Tree -from git.odb import IStream +from gitdb import IStream from cStringIO import StringIO import base import utils -- cgit v1.2.1