Commit f7a3957926a0b12ca58e6b95e1dee45621cebc61
1 parent
5c0db3bb
record_base: remove unused import, add missing doc string
Showing
1 changed file
with
1 additions
and
0 deletions
oletools/record_base.py
| @@ -253,6 +253,7 @@ class OleRecordStream(object): | @@ -253,6 +253,7 @@ class OleRecordStream(object): | ||
| 253 | yield rec_object | 253 | yield rec_object |
| 254 | 254 | ||
| 255 | def close(self): | 255 | def close(self): |
| 256 | + """Close this stream (i.e. the stream given in constructor).""" | ||
| 256 | self.stream.close() | 257 | self.stream.close() |
| 257 | 258 | ||
| 258 | def __str__(self): | 259 | def __str__(self): |