move lib to core, no more sys.path fucking @cybojenix
This commit is contained in:
parent
ef48b81924
commit
7dc1daa69f
14 changed files with 911 additions and 4 deletions
|
@ -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>'
|
||||
|
|
Reference in a new issue