From 35ddb45b41b3de2d4f783608ad8d8752f6557997 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 20 May 2008 15:56:38 +0200 Subject: removed unneeded spaces --- lib/git_python/lazy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/git_python/lazy.py') diff --git a/lib/git_python/lazy.py b/lib/git_python/lazy.py index f6d31e8d..66e56c2b 100644 --- a/lib/git_python/lazy.py +++ b/lib/git_python/lazy.py @@ -1,6 +1,6 @@ class LazyMixin(object): lazy_properties = [] - + def __init__(self): self.__baked__ = False @@ -21,6 +21,6 @@ class LazyMixin(object): return self.__bake__() self.__baked__ = True - + def __bake_it__(self): self.__baked__ = True -- cgit v1.2.1