projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95bc270
)
luci-0.9: merge r5865
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 18 Mar 2010 17:26:08 +0000
(17:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 18 Mar 2010 17:26:08 +0000
(17:26 +0000)
libs/uvl/luasrc/uvl/errors.lua
patch
|
blob
|
history
diff --git
a/libs/uvl/luasrc/uvl/errors.lua
b/libs/uvl/luasrc/uvl/errors.lua
index
6d0b02c
..
fa177fb
100644
(file)
--- a/
libs/uvl/luasrc/uvl/errors.lua
+++ b/
libs/uvl/luasrc/uvl/errors.lua
@@
-19,11
+19,8
@@
local uvl = require "luci.uvl"
local util = require "luci.util"
local string = require "string"
-local ipairs, error, type = ipairs, error, type
-local tonumber, unpack = tonumber, unpack
-
-
-local luci = luci
+local luci, tonumber, unpack, ipairs, type =
+ luci, tonumber, unpack, ipairs, type
module "luci.uvl.errors"