summaryrefslogtreecommitdiffhomepage
path: root/libs/web
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-09-10 08:15:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-09-10 08:15:49 +0000
commitd6caf509ad742ce4e9845e6a4d28502102f0cedb (patch)
tree2c6683a0ff68b247ee49b3d5d833f2ffdb0a7ac8 /libs/web
parentcf1e1534bc5284ea753a61233c5e6ee8a11ac13d (diff)
libs/web: drop unneeded requires in template class
Diffstat (limited to 'libs/web')
-rw-r--r--libs/web/luasrc/template.lua5
1 files changed, 0 insertions, 5 deletions
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