libs/web: drop unneeded requires in template class
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 10 Sep 2009 08:15:49 +0000 (08:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 10 Sep 2009 08:15:49 +0000 (08:15 +0000)
libs/web/luasrc/template.lua

index 2fec888c307d42a54acee64f5c95786b21733c02..80a3206af59b0c1dc15b0e0df1bbf10844b7dc64 100644 (file)
@@ -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