1182
1182
def _add_child(self, entry):
1183
1183
"""Add an entry to the inventory, without adding it to its parent"""
1184
1184
if entry.file_id in self._byid:
1187
1188
self._byid[entry.file_id] = entry
1188
1189
for child in getattr(entry, 'children', {}).itervalues():