Changed require"luasocket" to require"socket".

This commit is contained in:
Diego Nehab 2004-05-28 20:40:13 +00:00
parent 6c565dd7c0
commit c23240726e
13 changed files with 186 additions and 12 deletions

View file

@ -6,7 +6,7 @@
-- RCS ID: $Id$
-----------------------------------------------------------------------------
-- make sure LuaSocket is loaded
require"luasocket"
require"socket"
-- get LuaSocket namespace
local socket = _G[LUASOCKET_LIBNAME]