summaryrefslogtreecommitdiff
path: root/MAT/office.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAT/office.py')
-rw-r--r--MAT/office.py2
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
21import archive 21import archive
22 22
23 23
24class OpenDocumentStripper(archive.GenericArchiveStripper): 24class 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 '''