From a21a9f6f13861ddc65671b278e93cf0984adaa30 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 23 Nov 2010 21:14:59 +0100 Subject: Actor: Moved it from git.objects.util to git.util, adjusted all imports accordingly. Added methods to Actor to retrieve the global committer and author information Reflog: implemented and tested append_entry method --- repo/base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'repo/base.py') diff --git a/repo/base.py b/repo/base.py index 6f401628..c8613878 100644 --- a/repo/base.py +++ b/repo/base.py @@ -6,6 +6,7 @@ from git.exc import InvalidGitRepositoryError, NoSuchPathError from git.cmd import Git +from git.util import Actor from git.refs import * from git.index import IndexFile from git.objects import * -- cgit v1.2.3