From: Jo-Philipp Wich Date: Thu, 10 Sep 2009 08:15:49 +0000 (+0000) Subject: libs/web: drop unneeded requires in template class X-Git-Tag: 0.10.0~1145 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6caf509ad742ce4e9845e6a4d28502102f0cedb;p=oweals%2Fluci.git libs/web: drop unneeded requires in template class --- diff --git a/libs/web/luasrc/template.lua b/libs/web/luasrc/template.lua index 2fec888c3..80a3206af 100644 --- a/libs/web/luasrc/template.lua +++ b/libs/web/luasrc/template.lua @@ -24,13 +24,8 @@ limitations under the License. ]]-- -local fs = require "nixio.fs" -local sys = require "luci.sys" local util = require "luci.util" -local table = require "table" -local string = require "string" local config = require "luci.config" -local nixio = require "nixio", require "nixio.util" local tparser = require "luci.template.parser" local tostring, pairs, loadstring = tostring, pairs, loadstring