moved to lib directory

This commit is contained in:
coderaiser 2012-11-30 10:23:24 -05:00
parent 02f9e2b64b
commit 8903671fdb
5 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@
Util = main.util,
update = main.update,
Server = main.require(DIR + 'server'),
Server = main.require(LIBDIR + 'server'),
srv = Server.CloudServer,
Config = main.config;