Mercurial Hosting > luan
diff website/src/pil.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 | 7cc9d4a53d3b |
children | 5dbb552075ff |
line wrap: on
line diff
--- a/website/src/pil.html.luan Mon Apr 18 20:40:21 2016 -0600 +++ b/website/src/pil.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()