diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-24 19:48:59 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-24 19:48:59 +0100 |
commit | 3175b5b21194bcc8f4448abe0a03a98d3a4a1360 (patch) | |
tree | f1a098c4b38ae3b7cf52600e9fc9c357cdd7c353 /repo/base.py | |
parent | fca367548e365f93c58c47dea45507025269f59a (diff) | |
parent | 3203cd7629345d32806f470a308975076b2b4686 (diff) | |
download | gitpython-3175b5b21194bcc8f4448abe0a03a98d3a4a1360.tar.gz |
Merge branch 'reflog'
Diffstat (limited to 'repo/base.py')
-rw-r--r-- | repo/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 * |