From 308b378e0233df5795d46d9912af3c9dc212313d Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sun, 16 Dec 2012 18:23:57 -0500 Subject: [PATCH] from python stuff --- test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.py b/test.py index dffaf52..bff9aaa 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,4 @@ import hy.lang.importer import hylander + +print "From python:", hylander.square(10)