19
19
def _unpack_inventory(self, elt):
20
20
"""Construct from XML Element"""
22
23
format = elt.get('format')
27
27
revision_id = elt.get('revision_id')
28
28
if revision_id is not None:
29
29
revision_id = cache_utf8.get_cached_unicode(revision_id)