|
@@ -14,7 +14,7 @@ from optparse import OptionParser
|
14
|
14
|
#where are the files?
|
15
|
15
|
conf_dir = os.path.expanduser("~/.config/blather")
|
16
|
16
|
lang_dir = os.path.join(conf_dir, "language")
|
17
|
|
-command_file = os.path.join(conf_dir, "commands")
|
|
17
|
+command_file = os.path.join(conf_dir, "commands.conf")
|
18
|
18
|
strings_file = os.path.join(conf_dir, "sentences.corpus")
|
19
|
19
|
history_file = os.path.join(conf_dir, "blather.history")
|
20
|
20
|
lang_file = os.path.join(lang_dir,'lm')
|