104
128
print >>f, 'timezone:', self.timezone
105
129
# inventory length contains the root, which is not shown here
106
130
print >>f, 'entries:', len(self.inventory) - 1
108
136
for l in self.message.splitlines():
140
print >>f, ' ', ie.kind, path
111
142
def to_text_form_1(self):