this never happened
This commit is contained in:
parent
84b7e03034
commit
0719e86c5a
1 changed files with 4 additions and 0 deletions
|
@ -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 <http://git.io/cloudbotirc>'
|
||||
|
||||
def exit_gracefully(signum, frame):
|
||||
|
|
Reference in a new issue