浏览代码

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.
Clara Hobbs 8 年前
父节点
当前提交
d314f9480d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      kayleevc/util.py

+ 0
- 1
kayleevc/util.py 查看文件

25
     data_dir = os.path.join(GLib.get_user_data_dir(), program_name)
25
     data_dir = os.path.join(GLib.get_user_data_dir(), program_name)
26
 
26
 
27
     # Configuration files
27
     # Configuration files
28
-    command_file = os.path.join(conf_dir, "commands.conf")
29
     opt_file = os.path.join(conf_dir, "options.json")
28
     opt_file = os.path.join(conf_dir, "options.json")
30
 
29
 
31
     # Cache files
30
     # Cache files

正在加载...
取消
保存