diff --git a/afew/Settings.py b/afew/Settings.py index 44d6f3c..86a543b 100644 --- a/afew/Settings.py +++ b/afew/Settings.py @@ -18,7 +18,7 @@ # preserve the capitalization of the keys. settings.optionxform = str -settings.readfp(open(os.path.join(os.path.dirname(__file__), 'defaults', 'afew.config'))) +settings.read_file(open(os.path.join(os.path.dirname(__file__), 'defaults', 'afew.config'))) settings.read(os.path.join(user_config_dir, 'config')) # All the values for keys listed here are interpreted as ;-delimited lists