pykolab/conf

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri May 24 16:47:21 CEST 2013


 pykolab/conf/__init__.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit aa3ed1c920c3febf6f875b1e34587f26b88de01a
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri May 24 16:47:18 2013 +0200

    Fix indentation issues

diff --git a/pykolab/conf/__init__.py b/pykolab/conf/__init__.py
index 1576d84..239c0dd 100644
--- a/pykolab/conf/__init__.py
+++ b/pykolab/conf/__init__.py
@@ -596,7 +596,7 @@ class Conf(object):
         if value:
             try:
                 from smtplib import SMTP
-		self.use_mail = value
+                self.use_mail = value
                 return True
             except ImportError:
                 log.error(_("No SMTP class found in the smtplib library."))
@@ -606,8 +606,8 @@ class Conf(object):
         # Attempt to load the suite,
         # Get the suite's options,
         # Set them here.
-	if not hasattr(self,'test_suites'):
-	    self.test_suites = []
+        if not hasattr(self,'test_suites'):
+            self.test_suites = []
 
         if "zpush" in value:
             selectively = False





More information about the commits mailing list