luci-0.9: merge r5865
This commit is contained in:
parent
95bc270f06
commit
a2696531d9
1 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue