From 31e61f1805982e6368bc77703e161af674c7687c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:10:51 +0000 Subject: Change use of require to work with Lua 5.2 --- ospf-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf-model.lua') diff --git a/ospf-model.lua b/ospf-model.lua index ae1c74d..383050b 100644 --- a/ospf-model.lua +++ b/ospf-model.lua @@ -1,7 +1,7 @@ module(..., package.seeall) -- Load libraries -require("modelfunctions") +modelfunctions = require("modelfunctions") format = require("acf.format") -- Set variables -- cgit v1.2.3