summary refs log tree commit diff
path: root/kayleevc
diff options
context:
space:
mode:
authorClayton G. Hobbs <clay@lakeserv.net>2016-05-15 17:38:27 -0400
committerClayton G. Hobbs <clay@lakeserv.net>2016-05-15 17:38:27 -0400
commitd314f9480d57483dbab912dd9d60fc30131810b3 (patch)
tree404c9f208b91bfb2d7fa42ec2468e6a59bf8ed80 /kayleevc
parentbce8ef1763c0a068e30d6302eb7c0568e22ea525 (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')
-rw-r--r--kayleevc/util.py1
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