diff core/src/luan/modules/Time.luan @ 264:9e0d4452e649

implement URL style module names git-svn-id: https://luan-java.googlecode.com/svn/trunk@265 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Wed, 29 Oct 2014 03:50:59 +0000
parents 15122d724ce4
children eb27e765affb
line wrap: on
line diff
--- a/core/src/luan/modules/Time.luan	Wed Oct 29 00:02:14 2014 +0000
+++ b/core/src/luan/modules/Time.luan	Wed Oct 29 03:50:59 2014 +0000
@@ -1,12 +1,12 @@
 -- incomplete, will add as needed
 
-import "String"
-import "Table"
-import "Java"
-import "java.lang.System"
-import "java.util.Calendar"
-import "java.util.Date"
-import "java.text.SimpleDateFormat"
+import "luan:String"
+import "luan:Table"
+import "luan:Java"
+import "class:java.lang.System"
+import "class:java.util.Calendar"
+import "class:java.util.Date"
+import "class:java.text.SimpleDateFormat"
 
 
 function now()