X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/fba961fdd90cc067f8482e7d499035ea0124361b..HEAD:/config.py diff --git a/config.py b/config.py index 5538dc7..9755f84 100644 --- a/config.py +++ b/config.py @@ -12,7 +12,7 @@ else: class Config(object): def __init__(self, filename, writeout=True): - self.__dict__['config'] = ConfigParser.RawConfigParser() + self.__dict__['config'] = ConfigParser.RawConfigParser(delimiters=('=',)) self.__dict__['filename'] = filename self.__dict__['writeout'] = writeout self.config.read(filename)