diff options
author | Clayton G. Hobbs <clay@lakeserv.net> | 2016-05-15 17:38:27 -0400 |
---|---|---|
committer | Clayton G. Hobbs <clay@lakeserv.net> | 2016-05-15 17:38:27 -0400 |
commit | d314f9480d57483dbab912dd9d60fc30131810b3 (patch) | |
tree | 404c9f208b91bfb2d7fa42ec2468e6a59bf8ed80 /kayleevc/util.py | |
parent | bce8ef1763c0a068e30d6302eb7c0568e22ea525 (diff) |
Remove reference to the old commands file
Commands aren't stored in a special file anymore, and Kaylee never tries to look at that file. Therefore, there's no need for the Config object to keep that file's path, and so the path has been removed.
Diffstat (limited to 'kayleevc/util.py')
-rw-r--r-- | kayleevc/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kayleevc/util.py b/kayleevc/util.py index 8e33629..5155d06 100644 --- a/kayleevc/util.py +++ b/kayleevc/util.py @@ -25,7 +25,6 @@ class Config: data_dir = os.path.join(GLib.get_user_data_dir(), program_name) # Configuration files - command_file = os.path.join(conf_dir, "commands.conf") opt_file = os.path.join(conf_dir, "options.json") # Cache files |