diff options
author | Jezra <jezra@jezra.net> | 2013-06-26 08:09:24 -0700 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2013-06-26 08:09:24 -0700 |
commit | 5ea5c74cf9620256ffd89d25323adddca9a94290 (patch) | |
tree | ed87c28d94673798f80ab62f1b79db8a56df11d5 | |
parent | 2888974007584d59c0949e3bf65c2f172ba49edd (diff) |
Something .conf
-rwxr-xr-x | Blather.py | 2 |
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') |