fix bug in backcompat section replacement

(s/sequence/sequential/)
This commit is contained in:
Victor Shnayder
2012-08-15 21:39:10 -04:00
parent ce29b5aec2
commit f717b0421f

View File

@@ -74,7 +74,7 @@ class SemanticSectionDescriptor(XModuleDescriptor):
return system.process_xml(etree.tostring(xml_object[0]))
else:
xml_object.tag = 'sequence'
xml_object.tag = 'sequential'
return system.process_xml(etree.tostring(xml_object))