UVL: Add missing export for loadfile

This commit is contained in:
Steven Barth 2008-09-09 18:47:45 +00:00
parent 77432eb047
commit a4a77446e9

View file

@ -27,7 +27,7 @@ local string = require "string"
local require, pcall, ipairs, pairs = require, pcall, ipairs, pairs
local type, error, tonumber, tostring = type, error, tonumber, tostring
local unpack = unpack
local unpack, loadfile = unpack, loadfile
module "luci.uvl"