changeset 189:fb3993431f76

minor git-svn-id: https://luan-java.googlecode.com/svn/trunk@190 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Thu, 26 Jun 2014 16:44:42 +0000
parents e132b7a3d94c
children 04b86428dc50
files core/src/luan/modules/PickleCon.java core/src/luan/modules/Reactionary.luan
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/src/luan/modules/PickleCon.java	Thu Jun 26 06:49:01 2014 +0000
+++ b/core/src/luan/modules/PickleCon.java	Thu Jun 26 16:44:42 2014 +0000
@@ -40,6 +40,7 @@
 			throw new RuntimeException(e);
 		}
 		this.ioModule = (LuanTable)luan.loaded().get("Io");
+		env.put("Io",ioModule);
 
 		this.out = out;
 	}
--- a/core/src/luan/modules/Reactionary.luan	Thu Jun 26 06:49:01 2014 +0000
+++ b/core/src/luan/modules/Reactionary.luan	Thu Jun 26 16:44:42 2014 +0000
@@ -1,5 +1,7 @@
 -- Reactionary
 
+import "Io"
+
 host = "localhost"
 port = 9101