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):