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:
c7a95b6
)
libs/core: remove uneeded error import
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 9 Oct 2011 22:04:00 +0000
(22:04 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 9 Oct 2011 22:04:00 +0000
(22:04 +0000)
libs/core/luasrc/model/network.lua
patch
|
blob
|
history
diff --git
a/libs/core/luasrc/model/network.lua
b/libs/core/luasrc/model/network.lua
index 0267bb437cd93d6fa5b139959b8f9cbef073f775..6e7a708ad4e52a172c10294c6cb7519608036bfc 100644
(file)
--- a/
libs/core/luasrc/model/network.lua
+++ b/
libs/core/luasrc/model/network.lua
@@
-20,7
+20,6
@@
limitations under the License.
local type, next, pairs, ipairs, loadfile, table, tonumber, math, i18n
= type, next, pairs, ipairs, loadfile, table, tonumber, math, luci.i18n
-local error = error
local require = require
local nxo = require "nixio"