From 345446b1499f93da9ab64a8b2dade8cf4f00a336 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:17:12 +0000 Subject: Change use of require to work with Lua 5.2 --- vlc-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vlc-model.lua') diff --git a/vlc-model.lua b/vlc-model.lua index 4b8c07f..aa9470f 100644 --- a/vlc-model.lua +++ b/vlc-model.lua @@ -1,7 +1,7 @@ module(..., package.seeall) -- Load libraries -require("modelfunctions") +modelfunctions = require("modelfunctions") fs = require("acf.fs") -- ################################################################################ -- cgit v1.2.3