From 5ea5c74cf9620256ffd89d25323adddca9a94290 Mon Sep 17 00:00:00 2001 From: Jezra Date: Wed, 26 Jun 2013 08:09:24 -0700 Subject: Something .conf --- Blather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blather.py b/Blather.py index bdf38e2..223d417 100755 --- a/Blather.py +++ b/Blather.py @@ -14,7 +14,7 @@ from optparse import OptionParser #where are the files? conf_dir = os.path.expanduser("~/.config/blather") lang_dir = os.path.join(conf_dir, "language") -command_file = os.path.join(conf_dir, "commands") +command_file = os.path.join(conf_dir, "commands.conf") strings_file = os.path.join(conf_dir, "sentences.corpus") history_file = os.path.join(conf_dir, "blather.history") lang_file = os.path.join(lang_dir,'lm') -- cgit 1.4.1