From 77fea77726106d40b0ba551ddec9cca1da879388 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Mon, 2 Jul 2012 20:52:18 -0400 Subject: [PATCH] Define type of resource_fs in export_to_xml docstring --- common/lib/xmodule/xmodule/xml_module.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/lib/xmodule/xmodule/xml_module.py b/common/lib/xmodule/xmodule/xml_module.py index 9d14236e7e..4a744693a5 100644 --- a/common/lib/xmodule/xmodule/xml_module.py +++ b/common/lib/xmodule/xmodule/xml_module.py @@ -177,6 +177,8 @@ class XmlDescriptor(XModuleDescriptor): The returned XML should be able to be parsed back into an identical XModuleDescriptor using the from_xml method with the same system, org, and course + + resource_fs is a pyfilesystem office (from the fs package) """ xml_object = self.definition_to_xml(resource_fs) self.__class__.clean_metadata_from_xml(xml_object)