diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-28 20:40:13 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-28 20:40:13 +0000 |
| commit | c23240726e3044e3eaa32a82a999b754c08bc183 (patch) | |
| tree | b04e29506e57795eda7ffdb6b3164801664a92b1 /test/testclnt.lua | |
| parent | 6c565dd7c06c96fd9b3394ade61f46da59590d30 (diff) | |
| download | luasocket-c23240726e3044e3eaa32a82a999b754c08bc183.tar.gz luasocket-c23240726e3044e3eaa32a82a999b754c08bc183.tar.bz2 luasocket-c23240726e3044e3eaa32a82a999b754c08bc183.zip | |
Changed require"luasocket" to require"socket".
Diffstat (limited to 'test/testclnt.lua')
| -rw-r--r-- | test/testclnt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testclnt.lua b/test/testclnt.lua index f5c0361..1825007 100644 --- a/test/testclnt.lua +++ b/test/testclnt.lua | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | require "luasocket" | 1 | require"socket" |
| 2 | 2 | ||
| 3 | host = host or "localhost" | 3 | host = host or "localhost" |
| 4 | port = port or "8080" | 4 | port = port or "8080" |
