From 7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:50:53 +0000 Subject: Change use of require to work with Lua 5.2 --- qos-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qos-model.lua') diff --git a/qos-model.lua b/qos-model.lua index 67628e9..8a30a7a 100644 --- a/qos-model.lua +++ b/qos-model.lua @@ -1,7 +1,7 @@ module(..., package.seeall) -- Load libraries -require("modelfunctions") +modelfunctions = require("modelfunctions") fs = require("acf.fs") format = require("acf.format") -- cgit v1.2.3