Fix python path

This commit is contained in:
Tyler Hallada 2015-08-02 22:50:02 -04:00
parent dfed18c5ce
commit 8399ef4fed

View File

@ -1,6 +1,6 @@
import os
import sys
sys.path.append('/var/www/buzzfeed-haiku-generator')
sys.path.append('/var/www/nlp')
import logging
logging.basicConfig(stream=sys.stderr)