20
20
class Serializer_v6(xml5.Serializer_v5):
24
25
def _append_inventory_root(self, append, inv):
25
26
"""Append the inventory root to output."""
28
27
if inv.revision_id is not None:
37
40
def _unpack_inventory(self, elt):
38
41
"""Construct from XML Element"""