summaryrefslogtreecommitdiff
path: root/ftt-codegen
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-22 10:48:28 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-22 10:48:28 +0300
commitbda456e4e0a17bf06e4c146cdc3fa270d953d375 (patch)
tree8da19d8b90ea056f07993fe85b9675c4bbb1919a /ftt-codegen
parent2b9ac593f8770989863f0f81d7c5a2ff53161ca4 (diff)
downloadfable-poc-bda456e4e0a17bf06e4c146cdc3fa270d953d375.tar.gz
Fix: add missing "import logging" to generated program
Diffstat (limited to 'ftt-codegen')
-rwxr-xr-xftt-codegen2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftt-codegen b/ftt-codegen
index 694cc05..ed0b55b 100755
--- a/ftt-codegen
+++ b/ftt-codegen
@@ -10,7 +10,7 @@ import yaml
hardcoded = '''
-import fable, json
+import fable, json, logging
run = fable.Run()
'''