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:
136b725
)
libs/nixio: d'oh ... import tostring() as well
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 26 Jul 2009 22:34:06 +0000
(22:34 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 26 Jul 2009 22:34:06 +0000
(22:34 +0000)
libs/nixio/lua/nixio/util.lua
patch
|
blob
|
history
diff --git
a/libs/nixio/lua/nixio/util.lua
b/libs/nixio/lua/nixio/util.lua
index bce4ce25e1c05e88c45d9fc7243dc27f90ab3dd8..401ec615eb07cb9e14f03ee67a4299e4f79bb8b8 100644
(file)
--- a/
libs/nixio/lua/nixio/util.lua
+++ b/
libs/nixio/lua/nixio/util.lua
@@
-14,7
+14,8
@@
$Id$
local table = require "table"
local nixio = require "nixio"
-local getmetatable, assert, pairs, type = getmetatable, assert, pairs, type
+local getmetatable, assert, pairs, type, tostring =
+ getmetatable, assert, pairs, type, tostring
module "nixio.util"