Mercurial Hosting > luan
diff website/src/diff.html.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 | 33f1b4ad2c9d |
children | 616761e0b9f6 |
line wrap: on
line diff
--- a/website/src/diff.html.luan Mon Apr 18 20:40:21 2016 -0600 +++ b/website/src/diff.html.luan Tue Apr 19 15:54:11 2016 -0600 @@ -1,6 +1,6 @@ -local Io = require "luan:Io" -local Http = require "luan:http/Http" -local Shared = require "site:/Shared" +local Io = require "luan:Io.luan" +local Http = require "luan:http/Http.luan" +local Shared = require "site:/Shared.luan" return function()