diff web/src/luan/modules/web/Http.luan @ 272:eb27e765affb

rename Io.protocols to Io.schemes and "class:" to "java:" git-svn-id: https://luan-java.googlecode.com/svn/trunk@273 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Fri, 31 Oct 2014 04:50:24 +0000
parents 4dca283b9b74
children c4ed33e95889
line wrap: on
line diff
--- a/web/src/luan/modules/web/Http.luan	Fri Oct 31 04:27:50 2014 +0000
+++ b/web/src/luan/modules/web/Http.luan	Fri Oct 31 04:50:24 2014 +0000
@@ -1,6 +1,6 @@
 import "luan:Java"
 import "luan:Table"
-import "class:luan.modules.web.LuanHandler"
+import "java:luan.modules.web.LuanHandler"
 
 function new_luan_handler()
 	return LuanHandler.new()