1490
1492
if entry.kind == 'directory':
1491
1493
directories_to_expand.add(entry.file_id)
1492
1494
interesting.add(entry.parent_id)
1496
1498
# Now, interesting has all of the direct parents, but not the
1497
1499
# parents of those parents. It also may have some duplicates with