projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf1e153
)
libs/web: drop unneeded requires in template class
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 10 Sep 2009 08:15:49 +0000
(08:15 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 10 Sep 2009 08:15:49 +0000
(08:15 +0000)
libs/web/luasrc/template.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/template.lua
b/libs/web/luasrc/template.lua
index 2fec888c307d42a54acee64f5c95786b21733c02..80a3206af59b0c1dc15b0e0df1bbf10844b7dc64 100644
(file)
--- 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