Fix UVL RPC-API

This commit is contained in:
Steven Barth 2008-09-05 19:09:11 +00:00
parent a8a72c1ec8
commit 13579a4e21

View file

@ -13,7 +13,7 @@ http://www.apache.org/licenses/LICENSE-2.0
$Id$
]]--
local uvl = require "luci.model.uvl".UVL()
local uvl = require "luci.uvl".UVL()
local table = require "table"
module "luci.controller.rpc.uvl"