feedback-bot: Fix API path.

(imported from commit 405911ef8ff390b09dae84a0fc142ec721e50929)
This commit is contained in:
Tim Abbott 2013-05-03 11:47:30 -04:00
parent f0e6618b66
commit 8f17166ec6

View file

@ -3,7 +3,7 @@ import sys
from os import path
import logging
sys.path.append(path.join(path.dirname(__file__), '..'))
sys.path.append(path.join(path.dirname(__file__), '../api'))
import humbug
class StreamLogger(object):