diff --git a/interface/ri_data.py b/interface/ri_data.py index 6e3a292..e3b99d2 100644 --- a/interface/ri_data.py +++ b/interface/ri_data.py @@ -727,9 +727,8 @@ def to_xml(): xmldoc.appendChild(root) SerialNumber.to_xml(xmldoc, root) - Partition.to_xml(xmldoc, root) + p_d.Partition.to_xml(xmldoc, root) Raid.to_xml(xmldoc, root) - MountPoint.to_xml(xmldoc, root) Network.to_xml(xmldoc, root) Group.to_xml(xmldoc, root) Service.to_xml(xmldoc, root)