BLD: Fix import of answer key for compatibility with Python 3.

Python 3 requires explicit relative pathing.
This commit is contained in:
Eddie Hebert
2014-04-10 09:44:15 -04:00
parent ecd80b88ba
commit ec136c265e
+1 -1
View File
@@ -23,7 +23,7 @@ from zipline.utils import factory
from zipline.finance.trading import SimulationParameters
import answer_key
from . import answer_key
from . answer_key import AnswerKey
ANSWER_KEY = AnswerKey()