summaryrefslogtreecommitdiffstats
path: root/fs.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:26:55 +0000
committerTed Trask <ttrask01@yahoo.com>2012-12-04 15:05:42 +0000
commitdd30bef02c2b245e000e5a5182b17b3d80bd0de4 (patch)
tree63193230099236f0ff6193b3498891a4206b3af0 /fs.lua
parent3422052538cc6e70093f4386b6d0975c57794de4 (diff)
downloadacf-lib-dd30bef02c2b245e000e5a5182b17b3d80bd0de4.tar.bz2
acf-lib-dd30bef02c2b245e000e5a5182b17b3d80bd0de4.tar.xz
Modified require statements for acf libraries
(cherry picked from commit 2a016e19fe276ec7127c0ae6ef5338e8a170b44e)
Diffstat (limited to 'fs.lua')
-rw-r--r--fs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.lua b/fs.lua
index 6f89593..428954b 100644
--- a/fs.lua
+++ b/fs.lua
@@ -8,7 +8,7 @@
module (..., package.seeall)
require("posix")
-require("format")
+format = require("acf.format")
-- generic wrapper funcs
function is_dir ( pathstr )