From 80a1fac0feed4af924ec5f4d22a4e72ef52ebead Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Fri, 17 Dec 2010 14:40:08 +0000 Subject: syntax --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index 33bfc1db..4bb646b3 100644 --- a/src/config.py +++ b/src/config.py @@ -52,7 +52,7 @@ class Config(RawConfigParser): res = self.getboolean(option, section) else: res = self.getstr(option, section) - except NoOptionError, NoSectionError: + except( NoOptionError, NoSectionError): return default return res -- cgit v1.2.3