diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:26:55 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:26:55 +0000 |
commit | 2a016e19fe276ec7127c0ae6ef5338e8a170b44e (patch) | |
tree | 3390381f7bcb3f259e5a6544bd7ace5d989e9746 /date.lua | |
parent | d6a3522c8ece4d9b249b259a45082996ef9e9489 (diff) | |
download | acf-lib-2a016e19fe276ec7127c0ae6ef5338e8a170b44e.tar.bz2 acf-lib-2a016e19fe276ec7127c0ae6ef5338e8a170b44e.tar.xz |
Modified require statements for acf libraries
Diffstat (limited to 'date.lua')
-rw-r--r-- | date.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ module(..., package.seeall) require("posix") -require("format") -require("fs") +format = require("acf.format") +fs = require("acf.fs") --global for date formating see below for more information --Mon Nov 26 19:56:10 UTC 2007 looks like most systems use this |