diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 22:26:35 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 22:26:35 +0000 |
commit | 8420541720726975ab79fafc399c45c6a8eff3bd (patch) | |
tree | fffed8e810cd70ebb59e0775348ca24a049b868e /etc/get.lua | |
parent | a32c6d91402329adb769c4fe8bbb24f0d4e99051 (diff) | |
download | luasocket-8420541720726975ab79fafc399c45c6a8eff3bd.tar.gz luasocket-8420541720726975ab79fafc399c45c6a8eff3bd.tar.bz2 luasocket-8420541720726975ab79fafc399c45c6a8eff3bd.zip |
Tested on Windows.
Diffstat (limited to 'etc/get.lua')
-rw-r--r-- | etc/get.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/get.lua b/etc/get.lua index bd5af28..0c95d54 100644 --- a/etc/get.lua +++ b/etc/get.lua | |||
@@ -7,7 +7,7 @@ | |||
7 | local socket = require("socket") | 7 | local socket = require("socket") |
8 | local http = require("socket.http") | 8 | local http = require("socket.http") |
9 | local ftp = require("socket.ftp") | 9 | local ftp = require("socket.ftp") |
10 | local url = require("url") | 10 | local url = require("socket.url") |
11 | local ltn12 = require("ltn12") | 11 | local ltn12 = require("ltn12") |
12 | 12 | ||
13 | -- formats a number of seconds into human readable form | 13 | -- formats a number of seconds into human readable form |