mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 06:18:21 +01:00
Do not load modules anymore.
This commit is contained in:
parent
112e51be58
commit
9d7f43768a
@ -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
|
||||
function nicetime(s)
|
||||
local l = "s"
|
||||
|
Loading…
Reference in New Issue
Block a user