diff http/src/luan/modules/http/Dump_mod.luan @ 693:ca169567ce07

module URIs must now include ".luan"
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 19 Apr 2016 15:54:11 -0600
parents 40e18d335da9
children
line wrap: on
line diff
--- a/http/src/luan/modules/http/Dump_mod.luan	Mon Apr 18 20:40:21 2016 -0600
+++ b/http/src/luan/modules/http/Dump_mod.luan	Tue Apr 19 15:54:11 2016 -0600
@@ -1,8 +1,8 @@
-local Luan = require "luan:Luan"
+local Luan = require "luan:Luan.luan"
 local pairs = Luan.pairs
 local ipairs = Luan.ipairs
-local Io = require "luan:Io"
-local Http = require "luan:http/Http"
+local Io = require "luan:Io.luan"
+local Http = require "luan:http/Http.luan"
 java()
 local HttpServicer = require "java:luan.modules.http.HttpServicer"