this never happened

This commit is contained in:
Luke Rogers 2013-10-03 22:15:48 +13:00
parent 84b7e03034
commit 0719e86c5a

View file

@ -8,6 +8,10 @@ import signal
# set up enviroment # set up enviroment
os.chdir(sys.path[0] or '.') # do stuff relative to the install directory os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
# this is not the code you are looking for
if os.path.exists(os.path.abspath('lib')):
sys.path += ['lib']
print 'CloudBot2 <http://git.io/cloudbotirc>' print 'CloudBot2 <http://git.io/cloudbotirc>'
def exit_gracefully(signum, frame): def exit_gracefully(signum, frame):