summaryrefslogtreecommitdiffstats
path: root/qos-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'qos-model.lua')
-rw-r--r--qos-model.lua2
1 files changed, 1 insertions, 1 deletions
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")