2 commits - pykolab/conf

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue Apr 30 20:56:12 CEST 2013


 pykolab/conf/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2fde6daf15578b64fdbc43ddc5c6484b00939c0f
Merge: d966a40 92bd5a5
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Apr 30 20:56:08 2013 +0200

    Merge branch 'master' of ssh://git.kolab.org/git/pykolab



commit d966a4041d9e78cc652847dd5fadfc23b1f00c41
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Apr 30 20:55:59 2013 +0200

    Fix indentation

diff --git a/pykolab/conf/__init__.py b/pykolab/conf/__init__.py
index d420774..690152a 100644
--- a/pykolab/conf/__init__.py
+++ b/pykolab/conf/__init__.py
@@ -123,7 +123,7 @@ class Conf(object):
                 continue
 
             for key in self.defaults.__dict__[section].keys():
-		retval = False
+                retval = False
                 if not config.has_option(section, key):
                     continue
 





More information about the commits mailing list