diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-10 08:15:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-10 08:15:49 +0000 |
commit | d6caf509ad742ce4e9845e6a4d28502102f0cedb (patch) | |
tree | 2c6683a0ff68b247ee49b3d5d833f2ffdb0a7ac8 /libs/web | |
parent | cf1e1534bc5284ea753a61233c5e6ee8a11ac13d (diff) |
libs/web: drop unneeded requires in template class
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/luasrc/template.lua | 5 |
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 |