Commit ad5db7d9 by Carlos Andrés Rocha

Merge pull request #2041 from edx/hotfix/rocha/xqueue-interface-import

Fix import con resposetype when importing xqueue_interface
parents 60f5314a 9a671f12
......@@ -36,7 +36,7 @@ from datetime import datetime
from .util import *
from lxml import etree
from lxml.html.soupparser import fromstring as fromstring_bs # uses Beautiful Soup!!! FIXME?
import capa.xqueue_interface
import capa.xqueue_interface as xqueue_interface
log = logging.getLogger(__name__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment