diff options
Diffstat (limited to 'MAT/parser.py')
| -rw-r--r-- | MAT/parser.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAT/parser.py b/MAT/parser.py index e956164..949e24b 100644 --- a/MAT/parser.py +++ b/MAT/parser.py | |||
| @@ -11,12 +11,12 @@ import shutil | |||
| 11 | 11 | ||
| 12 | import mat | 12 | import mat |
| 13 | 13 | ||
| 14 | NOMETA = ('.bmp', # image | 14 | NOMETA = frozenset(('.bmp', # 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 | ||
| 21 | FIELD = object() | 21 | FIELD = object() |
| 22 | 22 | ||
