Changed accidental global "socket" to local

This commit is contained in:
rxi
2014-04-11 18:54:15 +01:00
parent 838e41477d
commit bfda0c207b

View File

@@ -7,7 +7,7 @@
-- under the terms of the MIT license. See LICENSE for details.
--
socket = require "socket"
local socket = require "socket"
local lovebird = { _version = "0.0.1" }