summaryrefslogtreecommitdiffstats
path: root/qos-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:50:53 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:50:53 +0000
commit7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d (patch)
treeb890116541b9ee2071f5de8e676bcca22ec74965 /qos-model.lua
parent9acc67f90c400e20a2af20b116e580504a13ba56 (diff)
downloadacf-iproute2-qos-7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d.tar.bz2
acf-iproute2-qos-7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d.tar.xz
Change use of require to work with Lua 5.2
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")