libs/nixio: d'oh ... import tostring() as well
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 26 Jul 2009 22:34:06 +0000 (22:34 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 26 Jul 2009 22:34:06 +0000 (22:34 +0000)
libs/nixio/lua/nixio/util.lua

index bce4ce2..401ec61 100644 (file)
@@ -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"