From 90d9938fc06b06da35db0d2d98335000badde89a Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Wed, 2 Oct 2013 11:31:30 +1300 Subject: [PATCH] removed lib from sys.path --- cloudbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbot.py b/cloudbot.py index 4afaa11..385dc3a 100644 --- a/cloudbot.py +++ b/cloudbot.py @@ -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 '