diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-01-21 15:14:00 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-01-21 15:14:00 +0000 |
commit | cd186cf6d5b7b775001f919797e7c621661ea2fa (patch) | |
tree | bf6f14bc15aebfd3d20c733079e8954daf253777 /lib/menubuilder.lua | |
parent | 8cbd5764dc499274a0fd2f97717dfa1de121788a (diff) | |
download | acf-core-cd186cf6d5b7b775001f919797e7c621661ea2fa.tar.bz2 acf-core-cd186cf6d5b7b775001f919797e7c621661ea2fa.tar.xz |
Modified require statements for acf.x
Diffstat (limited to 'lib/menubuilder.lua')
-rw-r--r-- | lib/menubuilder.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/menubuilder.lua b/lib/menubuilder.lua index 2606fb7..1b8e23b 100644 --- a/lib/menubuilder.lua +++ b/lib/menubuilder.lua @@ -6,7 +6,7 @@ module(..., package.seeall) require("posix") -require("format") +format = require("acf.format") -- returns a table of the "*.menu" tables -- startdir should be the app dir. |