1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Fixed stupid redundancy in tests

This commit is contained in:
Jean-Marc Martins 2013-09-09 17:00:04 +02:00
parent 33f09016fd
commit d8f686a497
2 changed files with 2 additions and 14 deletions

View file

@ -99,5 +99,4 @@ 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