diff core/src/luan/modules/Debug.luan @ 322:f8ece87df2b1

minor fixes git-svn-id: https://luan-java.googlecode.com/svn/trunk@323 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Sun, 08 Feb 2015 22:03:27 +0000
parents 7f7708e8fdd4
children db37d6aee4db
line wrap: on
line diff
--- a/core/src/luan/modules/Debug.luan	Sun Feb 08 07:26:20 2015 +0000
+++ b/core/src/luan/modules/Debug.luan	Sun Feb 08 22:03:27 2015 +0000
@@ -1,6 +1,8 @@
-local Table = require "luan:Table"
+local Luan = require "luan:Luan"
+local load = Luan.load
 local Io = require "luan:Io"
 local print = Io.print
+local Table = require "luan:Table"
 
 
 function print_if_something(...)