From 32ed18fef60fabb886caafc15005692d1ee337f7 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Mon, 2 Jul 2012 08:54:13 -0400 Subject: [PATCH] Allow slightly more latitude in what is passed as the children array --- common/lib/xmodule/x_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/x_module.py b/common/lib/xmodule/x_module.py index af9e048385..68f381a755 100644 --- a/common/lib/xmodule/x_module.py +++ b/common/lib/xmodule/x_module.py @@ -76,7 +76,7 @@ class XModule(object): location: Something Location-like that identifies this xmodule definition: A dictionary containing 'data' and 'children'. Both are optional 'data': is JSON-like (string, dictionary, list, bool, or None, optionally nested) - 'children': is a list of xmodule urls for child modules that this module depends on + 'children': is a list of Location-like values for child modules that this module depends on instance_state: A string of serialized json that contains the state of this module for current student accessing the system, or None if no state has been saved shared_state: A string of serialized json that contains the state that is shared between