diff lucene/src/luan/modules/lucene/Web_search.luan @ 321:7f7708e8fdd4

remove import statement git-svn-id: https://luan-java.googlecode.com/svn/trunk@322 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Sun, 08 Feb 2015 07:26:20 +0000
parents d6cce1cc8948
children 78a6a71afbfd
line wrap: on
line diff
--- a/lucene/src/luan/modules/lucene/Web_search.luan	Fri Feb 06 21:54:41 2015 +0000
+++ b/lucene/src/luan/modules/lucene/Web_search.luan	Sun Feb 08 07:26:20 2015 +0000
@@ -1,6 +1,12 @@
-import "luan:Io"
-import "luan:web/Http"
-import "luan:String"
+local Luan = require "luan:Luan"
+local load = Luan.load
+local to_number = Luan.to_number
+local pairs = Luan.pairs
+local ipairs = Luan.ipairs
+local range = Luan.range
+local Io = require "luan:Io"
+local Http = require "luan:web/Http"
+local String = require "luan:String"
 
 
 local function basic_style() %>