From d314f9480d57483dbab912dd9d60fc30131810b3 Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Sun, 15 May 2016 17:38:27 -0400 Subject: 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. --- kayleevc/util.py | 1 - 1 file changed, 1 deletion(-) (limited to 'kayleevc/util.py') 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 -- cgit 1.4.1