From 9f14f1ee62e30912239f59cbc746602a8d5459ca Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Thu, 25 Jul 2013 11:28:40 -0400 Subject: [PATCH] update file comment on MixedModuleStore --- common/lib/xmodule/xmodule/modulestore/mixed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/modulestore/mixed.py b/common/lib/xmodule/xmodule/modulestore/mixed.py index 85ba95af48..34effafc14 100644 --- a/common/lib/xmodule/xmodule/modulestore/mixed.py +++ b/common/lib/xmodule/xmodule/modulestore/mixed.py @@ -3,7 +3,7 @@ MixedModuleStore allows for aggregation between multiple modulestores. In this way, courses can be served up both - say - XMLModuleStore or MongoModuleStore -IMPORTANT: This modulestore is experimental AND INCOMPLETE. Therefore this should only be used cautiously +IMPORTANT: This modulestore only supports READONLY applications, e.g. LMS """ from . import ModuleStoreBase