From a4a77446e90d848293baaccf33de6499ffc8aa19 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 9 Sep 2008 18:47:45 +0000 Subject: UVL: Add missing export for loadfile --- libs/uvl/luasrc/uvl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/uvl/luasrc/uvl.lua b/libs/uvl/luasrc/uvl.lua index b8893d68b..f3334615e 100644 --- a/libs/uvl/luasrc/uvl.lua +++ b/libs/uvl/luasrc/uvl.lua @@ -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" -- cgit v1.2.3