From a610280448e57ce1f48badaf6a6c2165e8a8f99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Wed, 15 Nov 2017 20:15:01 +0000 Subject: 2013: use lem.io MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- web/labitrackd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/labitrackd.lua b/web/labitrackd.lua index c798953..fbea3c2 100755 --- a/web/labitrackd.lua +++ b/web/labitrackd.lua @@ -42,7 +42,7 @@ local bind_addr = string.sub(bind, 1, bind_colon-1) local bind_port = tonumber(string.sub(bind, bind_colon+1)) local utils = require 'lem.utils' -local streams = require 'lem.streams' +local io = require 'lem.io' local postgres = require 'lem.postgres' local qpostgres = require 'lem.postgres.queued' local hathaway = require 'lem.hathaway' -- cgit v1.2.1