diff options
Diffstat (limited to 'lib/git/repo.py')
-rw-r--r-- | lib/git/repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/repo.py b/lib/git/repo.py index 4442a79e..85f12300 100644 --- a/lib/git/repo.py +++ b/lib/git/repo.py @@ -6,7 +6,7 @@ from errors import InvalidGitRepositoryError, NoSuchPathError from cmd import Git -from actor import Actor +from objects import Actor from refs import * from index import IndexFile from objects import * |