Commit ecc37227 by Alexander Kryklia

Fix

parent 8377f490
...@@ -21,6 +21,10 @@ from xblock.core import String, Scope, List ...@@ -21,6 +21,10 @@ from xblock.core import String, Scope, List
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
class LTIError(Exception):
pass
class LTIFields(object): class LTIFields(object):
""" """
Fields to define and obtain LTI tool from provider are set here, Fields to define and obtain LTI tool from provider are set here,
......
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