Do not load modules anymore.
This commit is contained in:
parent
112e51be58
commit
9d7f43768a
1 changed files with 0 additions and 7 deletions
|
@ -1,10 +1,3 @@
|
||||||
-- this examples needs it all
|
|
||||||
assert(dofile("../lua/code.lua"))
|
|
||||||
assert(dofile("../lua/ftp.lua"))
|
|
||||||
assert(dofile("../lua/concat.lua"))
|
|
||||||
assert(dofile("../lua/url.lua"))
|
|
||||||
assert(dofile("../lua/http.lua"))
|
|
||||||
|
|
||||||
-- formats a number of seconds into human readable form
|
-- formats a number of seconds into human readable form
|
||||||
function nicetime(s)
|
function nicetime(s)
|
||||||
local l = "s"
|
local l = "s"
|
||||||
|
|
Loading…
Add table
Reference in a new issue