diff web/src/luan/modules/web/test.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 82a3ebcfbafa
children 7f7708e8fdd4
line wrap: on
line diff
--- a/web/src/luan/modules/web/test.luan	Fri Oct 31 04:27:50 2014 +0000
+++ b/web/src/luan/modules/web/test.luan	Fri Oct 31 04:50:24 2014 +0000
@@ -6,7 +6,7 @@
 	Io.print_to(Io.stderr,...)
 end
 
-function Io.protocols.site(path,loading)
+function Io.schemes.site(path,loading)
 	return Io.Uri( "luan:web"..path, loading )
 end