WIP: Get the cms running. Component previews work

This commit is contained in:
Calen Pennington
2012-12-28 14:33:33 -05:00
parent 85e109da57
commit 6427dd6742
16 changed files with 241 additions and 139 deletions

View File

@@ -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