58
56
# the tarfile contract, which wants the size of the file up front. We
59
57
# want to make sure it doesn't change, and we need to read it in one
60
58
# go for content filtering.
63
61
fileobj = StringIO.StringIO(content)
64
62
elif entry.kind == "directory":