summaryrefslogtreecommitdiffstats
path: root/fetchmail-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:16:30 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:16:30 +0000
commit80f25c722a6ad2a9fe3932a6a7a1aa63169ddf33 (patch)
treee9442fc512bf85c3929319b8262c9eef574f4deb /fetchmail-model.lua
parentb040b787847d89b4e0acbfac7791163c68429b6c (diff)
downloadacf-fetchmail-80f25c722a6ad2a9fe3932a6a7a1aa63169ddf33.tar.bz2
acf-fetchmail-80f25c722a6ad2a9fe3932a6a7a1aa63169ddf33.tar.xz
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
Diffstat (limited to 'fetchmail-model.lua')
-rw-r--r--fetchmail-model.lua6
1 files changed, 3 insertions, 3 deletions
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"