Changeset 5146

Show
Ignore:
Timestamp:
07/26/09 23:34:06 (4 years ago)
Author:
jow
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/libs/nixio/lua/nixio/util.lua

    r5145 r5146  
    1515local table = require "table" 
    1616local nixio = require "nixio" 
    17 local getmetatable, assert, pairs, type = getmetatable, assert, pairs, type 
     17local getmetatable, assert, pairs, type, tostring = 
     18    getmetatable, assert, pairs, type, tostring 
    1819 
    1920module "nixio.util"