This commit is contained in:
Lance Edgar 2012-07-09 03:46:09 -05:00
parent 8ae8ebaa1e
commit f291c689a8

View file

@ -248,7 +248,7 @@ class AppConfigParser(ConfigParser.SafeConfigParser):
self.read_path(os.path.abspath(p))
ConfigParser.SafeConfigParser.read(self, path)
if include:
self.remove_option(self.appname, 'include_config')
self.remove_option('edbob', 'include_config')
self.paths_loaded.append(path)
log.info("Read config file: %s" % path)