From 7fab60c596cdd2588f9c7b2b4eb9f93f8736b915 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 30 May 2011 20:10:47 +0200 Subject: Fixed all of the object tests, except for the submodule handling which needs more work as the amount of submodules changed in fact. Maybe I should just generate a test repository with gitpython as submodule to get the recursion depth required to satisfy the test --- git/objects/commit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git/objects/commit.py') diff --git a/git/objects/commit.py b/git/objects/commit.py index 45a821a1..c201780c 100644 --- a/git/objects/commit.py +++ b/git/objects/commit.py @@ -14,7 +14,8 @@ from git.util import ( Actor, RepoAliasMixin, Iterable, - Actor + Actor, + Stats ) from util import ( -- cgit v1.2.1