diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:26:55 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-12-04 15:05:42 +0000 |
commit | dd30bef02c2b245e000e5a5182b17b3d80bd0de4 (patch) | |
tree | 63193230099236f0ff6193b3498891a4206b3af0 /fs.lua | |
parent | 3422052538cc6e70093f4386b6d0975c57794de4 (diff) | |
download | acf-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ module (..., package.seeall) require("posix") -require("format") +format = require("acf.format") -- generic wrapper funcs function is_dir ( pathstr ) |