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:
6a1f5d2
)
libs/core: Added mising import for math module to luci.util
author
Steven Barth
<steven@midlink.org>
Mon, 1 Sep 2008 11:10:06 +0000
(11:10 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 1 Sep 2008 11:10:06 +0000
(11:10 +0000)
libs/core/luasrc/util.lua
patch
|
blob
|
history
diff --git
a/libs/core/luasrc/util.lua
b/libs/core/luasrc/util.lua
index 6cefb8ec9b90b2f373f8251893cf5ec1a70ae3fe..c189c297ce862a52d9d2a6520a19cdd2975c8bea 100644
(file)
--- a/
libs/core/luasrc/util.lua
+++ b/
libs/core/luasrc/util.lua
@@
-25,6
+25,7
@@
limitations under the License.
]]--
local io = require "io"
+local math = require "math"
local table = require "table"
local debug = require "debug"
local string = require "string"