WIP: Get the cms running. Component previews work
This commit is contained in:
@@ -8,13 +8,10 @@ from .models import (
|
||||
XModuleStudentInfoField
|
||||
)
|
||||
|
||||
from xmodule.runtime import DbModel, KeyValueStore
|
||||
from xmodule.runtime import KeyValueStore, InvalidScopeError
|
||||
from xmodule.model import Scope
|
||||
|
||||
|
||||
class InvalidScopeError(Exception):
|
||||
pass
|
||||
|
||||
class InvalidWriteError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user