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/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/tree.py') diff --git a/lib/git/tree.py b/lib/git/tree.py index 1b546f85..06c1a158 100644 --- a/lib/git/tree.py +++ b/lib/git/tree.py @@ -5,7 +5,7 @@ # the BSD License: http://www.opensource.org/licenses/bsd-license.php import os -from lazy import LazyMixin +from base import LazyMixin import blob class Tree(LazyMixin): -- cgit v1.2.1