diff options
| author | jvoisin | 2014-01-06 23:30:28 +0000 |
|---|---|---|
| committer | jvoisin | 2014-01-06 23:30:28 +0000 |
| commit | 68e490c9efd0885deca76e5eed5247f87aa8f733 (patch) | |
| tree | adcb4d8ebbd55294f52aa32cc26e84f24e6b66a0 /MAT/office.py | |
| parent | 9c44ef035133d928afa4cbc41e40883b7460d210 (diff) | |
GUI-archive-unsupported-handling, 2nd iteration
Diffstat (limited to '')
| -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 | ''' |
