move lib to core, no more sys.path fucking @cybojenix

This commit is contained in:
Luke Rogers 2013-10-02 12:01:46 +13:00
parent ef48b81924
commit 7dc1daa69f
14 changed files with 911 additions and 4 deletions

View file

@ -8,7 +8,6 @@ import sys
import time
# set up enviroment
sys.path += ['plugins'] # add stuff to the sys.path for easy imports
os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
print 'CloudBot REFRESH <http://git.io/cloudbotirc>'