From 261ea03518488e1c0ea8f1a40f11fb84958e416a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 13 May 2011 10:15:21 +0200 Subject: [PATCH] Add full_environment in configuration module --- radicale/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/radicale/config.py b/radicale/config.py index 66ba41f..8074278 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -61,7 +61,8 @@ INITIAL_CONFIG = { "folder": os.path.expanduser("~/.config/radicale/calendars")}, "logging": { "config": "/etc/radicale/logging", - "debug": "False"}} + "debug": "False", + "full_environment": "False"}} # Create a ConfigParser and configure it _CONFIG_PARSER = ConfigParser()