comparison core/src/luan/init.luan @ 178:2c08e7e27a70

minor - rename web fn from "page" to "service" git-svn-id: https://luan-java.googlecode.com/svn/trunk@179 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 23 Jun 2014 20:41:08 +0000
parents 4edbf3204ca6
children bf9c7111a371
comparison
equal deleted inserted replaced
177:02859b3e9d80 178:2c08e7e27a70
102 print(e) 102 print(e)
103 end 103 end
104 end 104 end
105 end 105 end
106 106
107
108 -- import modules
109 Package.global_import("Reactionary")