bootstrap ircbot properly

This commit is contained in:
Brian S. Stephan 2015-05-08 23:09:35 -05:00
parent 1dd8e76942
commit ad30f2e263
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import os
import sys
# gross hack
sys.path.insert(0, 'ircbot')
sys.path.insert(0, '../dr_botzo')
import MySQLdb as mdb