Go back to using the real config file name

This commit is contained in:
Chris Jones 2010-03-30 23:49:05 +01:00
parent 86adabe93e
commit 2f5c494f68
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ class ConfigBase(Borg):
dbg('ConfigBase::load: config already loaded')
return
filename = os.path.join(get_config_dir(), 'epic-config')
filename = os.path.join(get_config_dir(), 'config')
try:
configfile = open(filename, 'r')
except Exception, ex: