[gsoc-admin] config.py: Add missing colon
- From: Lasse Schuirmann <lschuirma src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsoc-admin] config.py: Add missing colon
- Date: Wed, 12 Aug 2015 10:02:00 +0000 (UTC)
commit 7057692d9acdf80a154e9c523cc2e21d405b4a6b
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date: Wed Aug 12 11:49:46 2015 +0200
config.py: Add missing colon
email/config.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/email/config.py b/email/config.py
index 0e8c628..62af2bd 100644
--- a/email/config.py
+++ b/email/config.py
@@ -28,7 +28,7 @@ class EventConfig:
def append_ics_from_section(self, section):
raise NotImplementedError
-def parse_event_config(filename)
+def parse_event_config(filename):
config = configparser.ConfigParser()
config.read(filename)
result = EventConfig()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]