59
59
def write_inventory_to_string(self, inv):
60
60
raise NotImplementedError(self.write_inventory_to_string)
62
def read_inventory_from_string(self, xml_string, revision_id=None,
63
64
"""Read xml_string into an inventory object.
65
66
:param xml_string: The xml to read.