65
65
:param xml_string: The xml to read.
66
66
:param revision_id: If not-None, the expected revision id of the
67
67
inventory. Some serialisers use this to set the results' root
71
75
return self._unpack_inventory(fromstring(xml_string), revision_id)