From 80f25c722a6ad2a9fe3932a6a7a1aa63169ddf33 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:16:30 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- fetchmail-model.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fetchmail-model.lua') diff --git a/fetchmail-model.lua b/fetchmail-model.lua index 0a6cc68..fbd63ad 100644 --- a/fetchmail-model.lua +++ b/fetchmail-model.lua @@ -3,9 +3,9 @@ module(..., package.seeall) -- Load libraries require("modelfunctions") require("posix") -require("fs") -require("format") -require("validator") +fs = require("acf.fs") +format = require("acf.format") +validator = require("acf.validator") -- Set variables local packagename = "fetchmail" -- cgit v1.2.3