summaryrefslogtreecommitdiff
path: root/MAT/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAT/parser.py')
-rw-r--r--MAT/parser.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/MAT/parser.py b/MAT/parser.py
index 8ef5aba..1765da8 100644
--- a/MAT/parser.py
+++ b/MAT/parser.py
@@ -11,11 +11,11 @@ import hachoir_editor
11import mat 11import mat
12 12
13NOMETA = frozenset(( 13NOMETA = frozenset((
14 '.bmp', # "raw" image 14 '.bmp', # "raw" image
15 '.rdf', # text 15 '.rdf', # text
16 '.txt', # plain text 16 '.txt', # plain text
17 '.xml', # formated text (XML) 17 '.xml', # formated text (XML)
18 '.rels', # openXML formated text 18 '.rels', # openXML formated text
19)) 19))
20 20
21FIELD = object() 21FIELD = object()