mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-23 17:30:01 +02:00
Changed require"luasocket" to require"socket".
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
-- RCS ID: $Id$
|
||||
----------------------------------------------------------------------------
|
||||
-- make sure LuaSocket is loaded
|
||||
require"luasocket"
|
||||
require("socket")
|
||||
-- get LuaSocket namespace
|
||||
local socket = _G[LUASOCKET_LIBNAME]
|
||||
-- create url namespace inside LuaSocket namespace
|
||||
|
Reference in New Issue
Block a user