libs/nixio: d'oh ... import tostring() as well
This commit is contained in:
parent
136b7253b1
commit
2f7fb7e05c
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue