From 0719e86c5afd4a8355cc1acd7e33de244496031d Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 3 Oct 2013 22:15:48 +1300 Subject: [PATCH] this never happened --- cloudbot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloudbot.py b/cloudbot.py index 60c6fb4..606d501 100644 --- a/cloudbot.py +++ b/cloudbot.py @@ -8,6 +8,10 @@ import signal # set up enviroment 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 ' def exit_gracefully(signum, frame):