Import BrokenPromise

This commit is contained in:
Jay Zoldak
2014-03-03 10:16:04 -05:00
parent f74a0f4f55
commit 82d48b5ab3

View File

@@ -3,7 +3,7 @@ Tests for ORA (Open Response Assessment) through the LMS UI.
"""
import json
from bok_choy.promise import fulfill, Promise
from bok_choy.promise import fulfill, Promise, BrokenPromise
from ..pages.studio.auto_auth import AutoAuthPage
from ..pages.lms.course_info import CourseInfoPage
from ..pages.lms.tab_nav import TabNavPage