From 29c18e106ef5740e0b5397893c573642f620cd89 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 11 Aug 2013 18:01:21 +0200 Subject: Minor cleanup/typoes --- MAT/parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MAT/parser.py') 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 import mat -NOMETA = ('.bmp', # image +NOMETA = frozenset(('.bmp', # image '.rdf', # text '.txt', # plain text '.xml', # formated text (XML) '.rels', # openXML formated text - ) + )) FIELD = object() -- cgit v1.3