aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/python.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/target/python.lux')
-rw-r--r--stdlib/source/lux/target/python.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/target/python.lux b/stdlib/source/lux/target/python.lux
index 1ae1cca64..77cc7cf28 100644
--- a/stdlib/source/lux/target/python.lux
+++ b/stdlib/source/lux/target/python.lux
@@ -1,7 +1,7 @@
(.module:
[lux (#- Location Code not or and list if cond int comment exec)
["@" target]
- ["." host]
+ ["." ffi]
[abstract
[equivalence (#+ Equivalence)]
[hash (#+ Hash)]
@@ -30,8 +30,8 @@
(-> Text Text)
(text.enclose ["(" ")"]))
-(for {@.old (as_is (host.import: java/lang/CharSequence)
- (host.import: java/lang/String
+(for {@.old (as_is (ffi.import: java/lang/CharSequence)
+ (ffi.import: java/lang/String
["#::."
(replace [java/lang/CharSequence java/lang/CharSequence] java/lang/String)]))}
(as_is))