Commit eb58f7c3 by Bridger Maxwell

Changed to more specific import of xmodule.util.decorators.

parent 25662db9
......@@ -15,7 +15,7 @@ from capa.capa_problem import LoncapaProblem
from capa.responsetypes import StudentInputError
from capa.util import convert_files_to_filenames
from progress import Progress
from util.decorators import lazyproperty
from xmodule.util.decorators import lazyproperty
from xmodule.x_module import XModule
from xmodule.raw_module import RawDescriptor
from xmodule.exceptions import NotFoundError
......
......@@ -2,7 +2,7 @@ from xmodule.x_module import XModule
from xmodule.raw_module import RawDescriptor
from lxml import etree
from mako.template import Template
from util.decorators import lazyproperty
from xmodule.util.decorators import lazyproperty
class CustomTagModule(XModule):
......
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