Made them independent of namespace.

This commit is contained in:
Diego Nehab 2003-07-05 06:11:32 +00:00
parent 90063f9e77
commit 3099704aff

View File

@ -7,6 +7,7 @@
----------------------------------------------------------------------------
local Public, Private = {}, {}
local socket = _G[LUASOCKET_LIBNAME] -- get LuaSocket namespace
socket.url = Public
-----------------------------------------------------------------------------