diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 221b98018..d0bf7a8fd 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) [program (.only program:)] ["[0]" ffi (.only import:)] ["[0]" debug] |