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:
c91c64b
)
libs/uvl: local symbol error shadows error class declaration, drop it
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 18 Mar 2010 17:25:25 +0000
(17:25 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 18 Mar 2010 17:25:25 +0000
(17:25 +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 1aa3f7f0c3e90bc02a23c2b5a837426230d827ba..45f331f46f6cc55ead7799d3029f3c4993557be4 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"