aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/python/eval.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/python/eval.jvm.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/python/eval.jvm.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/new-luxc/source/luxc/lang/translation/python/eval.jvm.lux b/new-luxc/source/luxc/lang/translation/python/eval.jvm.lux
index 88fdd3173..1ffcc5a1f 100644
--- a/new-luxc/source/luxc/lang/translation/python/eval.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/python/eval.jvm.lux
@@ -21,20 +21,20 @@
[Cannot-Evaluate]
)
-(host.import java/lang/Object
+(host.import: java/lang/Object
(toString [] String)
(getClass [] (Class Object)))
-(host.import java/lang/Long
+(host.import: java/lang/Long
(intValue [] Integer))
-(host.import org/python/core/PyType
+(host.import: org/python/core/PyType
(getName [] String))
-(host.import org/python/core/PyString
+(host.import: org/python/core/PyString
(new [String]))
-(host.import org/python/core/PyObject
+(host.import: org/python/core/PyObject
(asLong [] long)
(asDouble [] double)
(asString [] String)