From 8430529e1a9fb28d8586d24ee507a8195c370fa5 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 8 Oct 2009 14:34:29 +0200 Subject: Renamed lazy.py to base.py to have a file for base classes - lazy not yet changed to allow proper rename tracking --- lib/git/commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/commit.py') diff --git a/lib/git/commit.py b/lib/git/commit.py index 961e483b..14e1ba68 100644 --- a/lib/git/commit.py +++ b/lib/git/commit.py @@ -8,7 +8,7 @@ import re import time from actor import Actor -from lazy import LazyMixin +from base import LazyMixin from tree import Tree import diff import stats -- cgit v1.2.1