removed lib from sys.path

This commit is contained in:
Luke Rogers 2013-10-02 11:31:30 +13:00
parent bdf5e98c5c
commit 90d9938fc0

View file

@ -8,7 +8,7 @@ import sys
import time
# set up enviroment
sys.path += ['plugins', 'lib'] # add stuff to the sys.path for easy imports
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>'