From c9dbf201b4f0b3c2b299464618cb4ecb624d272c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 14 Jun 2010 17:25:05 +0200 Subject: Moved small types that had their own module into the utils module --- lib/git/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/repo.py') 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 * -- cgit v1.2.1