DraftModuleStore was originally designed as a mixin, but never used that way, and with the upcoming changes to use the versioned module store, never will be. This changes removes a circular dependency between mongo.py and draft.py.
8 lines
225 B
Python
8 lines
225 B
Python
"""
|
|
Backwards compatibility for old pointers to draft module store
|
|
|
|
This modulestore has been moved to xmodule.modulestore.mongo.draft
|
|
"""
|
|
|
|
from xmodule.modulestore.mongo.draft import DIRECT_ONLY_CATEGORIES, DraftModuleStore
|