Commit d0bd7466 by Diana Huang

Fix import statement for TimeInfo

parent b3767fc5
...@@ -2,7 +2,7 @@ import json ...@@ -2,7 +2,7 @@ import json
import logging import logging
from lxml import etree from lxml import etree
from lxml.html import rewrite_links from lxml.html import rewrite_links
from timeinfo import TimeInfo from xmodule.timeinfo import TimeInfo
from xmodule.capa_module import only_one, ComplexEncoder from xmodule.capa_module import only_one, ComplexEncoder
from xmodule.editing_module import EditingDescriptor from xmodule.editing_module import EditingDescriptor
from xmodule.html_checker import check_html from xmodule.html_checker import check_html
......
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