Commit 175599d5 by Xavier Antoviaque

Remove inheritance from ProblemBlock

parent 194b7971
......@@ -5,7 +5,7 @@
import logging
from xblock.problem import ProblemBlock
from xblock.core import XBlock
from xblock.fields import Integer, Scope, String
from xblock.fragment import Fragment
......@@ -19,7 +19,7 @@ log = logging.getLogger(__name__)
# Classes ###########################################################
class MentoringBlock(ProblemBlock):
class MentoringBlock(XBlock):
"""
An XBlock providing mentoring capabilities
......
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