From 0537a242f9709271454252e7897a7709144a3b02 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:19:18 +0000 Subject: Change use of require to work with Lua 5.2 --- health-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'health-model.lua') diff --git a/health-model.lua b/health-model.lua index 8007ff0..50c61f2 100644 --- a/health-model.lua +++ b/health-model.lua @@ -4,7 +4,7 @@ module (..., package.seeall) fs = require("acf.fs") date = require("acf.date") format = require("acf.format") -require("modelfunctions") +modelfunctions = require("modelfunctions") -- ############################################################### -- Private functions -- cgit v1.2.3