From 2f5c494f68cfb2be185f210d05e6c54a8f9b8831 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 30 Mar 2010 23:49:05 +0100 Subject: [PATCH] Go back to using the real config file name --- terminatorlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 1963f5bf..a8436649 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -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: