summary refs log tree commit diff
diff options
context:
space:
mode:
authorJezra <jezra@jezra.net>2013-06-26 08:09:24 -0700
committerJezra <jezra@jezra.net>2013-06-26 08:09:24 -0700
commit5ea5c74cf9620256ffd89d25323adddca9a94290 (patch)
treeed87c28d94673798f80ab62f1b79db8a56df11d5
parent2888974007584d59c0949e3bf65c2f172ba49edd (diff)
Something .conf
-rwxr-xr-xBlather.py2
1 files changed, 1 insertions, 1 deletions
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')