diff options
author | Eduardo Julian | 2021-10-01 02:59:09 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-01 02:59:09 -0400 |
commit | 628356261aa9539b4f438ffd369a2638dc9506bd (patch) | |
tree | 917b4118194d14b4d5fe5efc93091977d4caebdf /lux-python/source | |
parent | 8196ab379495ab00c11b74b55b6f2fabd99ab351 (diff) |
Commercial licensing option for Lux + release versions for sub-projects.
Diffstat (limited to 'lux-python/source')
-rw-r--r-- | lux-python/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 5383c1b0d..8fb761f0f 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -91,7 +91,7 @@ (import: org/python/core/PyObject ["[1]::[0]" - ... (asInt [] int) + (asInt [] java/lang/Integer) (asLong [] long) (asDouble [] double) (asString [] java/lang/String) @@ -367,7 +367,7 @@ (All (_ s i o) (-> (List Any) (Phase [extension.Bundle s] i o) org/python/core/PyObject)) - (<| (ffi.:as org/python/core/PyObject) + (<| (:as org/python/core/PyObject) (ffi.object [] org/python/core/PyObject [] [] ... Methods |