diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-06-14 04:29:23 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-06-14 04:29:23 +0000 |
| commit | 65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3 (patch) | |
| tree | f6e3f1a31451281ac2a347c3080e9749456dac29 /src/ftp.lua | |
| parent | 8b114f3bf4ccea3b065551fa94649a9e45935b5b (diff) | |
| download | luasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.tar.gz luasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.tar.bz2 luasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.zip | |
Working on the manual.
Diffstat (limited to 'src/ftp.lua')
| -rw-r--r-- | src/ftp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftp.lua b/src/ftp.lua index a793298..841df5f 100644 --- a/src/ftp.lua +++ b/src/ftp.lua | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | ----------------------------------------------------------------------------- | 8 | ----------------------------------------------------------------------------- |
| 9 | -- Declare module and import dependencies | 9 | -- Declare module and import dependencies |
| 10 | ----------------------------------------------------------------------------- | 10 | ----------------------------------------------------------------------------- |
| 11 | local base = require("base") | 11 | local base = _G |
| 12 | local table = require("table") | 12 | local table = require("table") |
| 13 | local string = require("string") | 13 | local string = require("string") |
| 14 | local math = require("math") | 14 | local math = require("math") |
