diff core/src/luan/modules/Debug.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 9fb523472035
children f8ece87df2b1
line wrap: on
line diff
--- a/core/src/luan/modules/Debug.luan	Fri Feb 06 21:54:41 2015 +0000
+++ b/core/src/luan/modules/Debug.luan	Sun Feb 08 07:26:20 2015 +0000
@@ -1,5 +1,6 @@
-import "luan:Table"
-import "luan:Io"
+local Table = require "luan:Table"
+local Io = require "luan:Io"
+local print = Io.print
 
 
 function print_if_something(...)