diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-08 16:43:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-08 16:43:37 +0100 |
commit | b58cf5a216db0ea747f808b3e299b99b1cc1044f (patch) | |
tree | a213f804b92c2888a79764d7fff59a5d927a6ed9 /examples/lisp-esque | |
parent | start on lisp-esque, reads and parses into tree (diff) | |
download | blueshift-b58cf5a216db0ea747f808b3e299b99b1cc1044f.tar.gz blueshift-b58cf5a216db0ea747f808b3e299b99b1cc1044f.tar.bz2 blueshift-b58cf5a216db0ea747f808b3e299b99b1cc1044f.tar.xz |
m + specifications for lisp-esque
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/lisp-esque')
-rw-r--r-- | examples/lisp-esque | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/lisp-esque b/examples/lisp-esque index fde2d0c..14042aa 100644 --- a/examples/lisp-esque +++ b/examples/lisp-esque @@ -12,6 +12,7 @@ # Get the name of .conf file conf = '%s.conf' % (config_file[:-2] if config_file.endswith('rc') else config_file) +# TODO it should be possible to change file # Read .conf file |