diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2002-07-08 20:58:36 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2002-07-08 20:58:36 +0000 |
| commit | 9d7f43768aaa6d9f4b604c7e837a33755078ae15 (patch) | |
| tree | 2b6cab8facb59b0f83971ab7192d3cbdad6b7856 | |
| parent | 112e51be589e5333c12787d4dd0d22fcb4f7ae8e (diff) | |
| download | luasocket-9d7f43768aaa6d9f4b604c7e837a33755078ae15.tar.gz luasocket-9d7f43768aaa6d9f4b604c7e837a33755078ae15.tar.bz2 luasocket-9d7f43768aaa6d9f4b604c7e837a33755078ae15.zip | |
Do not load modules anymore.
| -rw-r--r-- | etc/get.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/get.lua b/etc/get.lua index 13f983b..ecfecd1 100644 --- a/etc/get.lua +++ b/etc/get.lua | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | -- this examples needs it all | ||
| 2 | assert(dofile("../lua/code.lua")) | ||
| 3 | assert(dofile("../lua/ftp.lua")) | ||
| 4 | assert(dofile("../lua/concat.lua")) | ||
| 5 | assert(dofile("../lua/url.lua")) | ||
| 6 | assert(dofile("../lua/http.lua")) | ||
| 7 | |||
| 8 | -- formats a number of seconds into human readable form | 1 | -- formats a number of seconds into human readable form |
| 9 | function nicetime(s) | 2 | function nicetime(s) |
| 10 | local l = "s" | 3 | local l = "s" |
