libs/nixio: d'oh ... import tostring() as well

This commit is contained in:
Jo-Philipp Wich 2009-07-26 22:34:06 +00:00
parent 136b7253b1
commit 2f7fb7e05c

View 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"