1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Fixes tests to use the default project root config

This commit is contained in:
Jean-Marc Martins 2013-09-09 15:36:30 +02:00
parent 87ec798f37
commit 33f09016fd
2 changed files with 16 additions and 0 deletions

View file

@ -99,4 +99,5 @@ if "RADICALE_CONFIG" in os.environ:
_CONFIG_PARSER.read(os.environ["RADICALE_CONFIG"])
# Wrap config module into ConfigParser instance
_CONFIG_PARSER.INITIAL_CONFIG = INITIAL_CONFIG
sys.modules[__name__] = _CONFIG_PARSER