From 628356261aa9539b4f438ffd369a2638dc9506bd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 1 Oct 2021 02:59:09 -0400 Subject: Commercial licensing option for Lux + release versions for sub-projects. --- lux-python/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-python/source') 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 -- cgit v1.2.3