diff options
Diffstat (limited to 'MAT/office.py')
| -rw-r--r-- | MAT/office.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAT/office.py b/MAT/office.py index 91e49be..f60fc64 100644 --- a/MAT/office.py +++ b/MAT/office.py | |||
| @@ -21,7 +21,7 @@ import parser | |||
| 21 | import archive | 21 | import archive |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | class OpenDocumentStripper(archive.GenericArchiveStripper): | 24 | class OpenDocumentStripper(archive.ZipStripper): |
| 25 | ''' An open document file is a zip, with xml file into. | 25 | ''' An open document file is a zip, with xml file into. |
| 26 | The one that interest us is meta.xml | 26 | The one that interest us is meta.xml |
| 27 | ''' | 27 | ''' |
