summaryrefslogtreecommitdiffstats
path: root/heimdal-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:50:04 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:50:04 +0000
commitada03db6371b22e543423eec682cab375b3aabfd (patch)
tree75632357023378d025dddbbd2a1da0af35caef6c /heimdal-model.lua
parent64f75576630ae3b075b4c45cf4a87f89cb9c0c43 (diff)
downloadacf-heimdal-ada03db6371b22e543423eec682cab375b3aabfd.tar.bz2
acf-heimdal-ada03db6371b22e543423eec682cab375b3aabfd.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'heimdal-model.lua')
-rw-r--r--heimdal-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdal-model.lua b/heimdal-model.lua
index 7af12c4..5cd9ecc 100644
--- a/heimdal-model.lua
+++ b/heimdal-model.lua
@@ -1,7 +1,7 @@
module(..., package.seeall)
-- Load libraries
-require("modelfunctions")
+modelfunctions = require("modelfunctions")
fs = require("acf.fs")
-- Set variables