Merge branch 'master' of git://github.com/vrld/Quickie.git

This commit is contained in:
mkosler 2012-02-21 12:50:21 -06:00
commit d51babb366
9 changed files with 12 additions and 31 deletions

View file

@ -1,4 +1,4 @@
local BASE = (...) .. '.'
local BASE = ((...):match('(.+)%.') or ...) .. '.'
return {
core = require(BASE .. 'core'),