From ff431ae30521f294ce4d97d31b19db93cb7c0195 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 30 Oct 2013 18:44:02 +0000 Subject: More pep8 conformance --- MAT/parser.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'MAT/parser.py') 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 import mat NOMETA = frozenset(( - '.bmp', # "raw" image - '.rdf', # text - '.txt', # plain text - '.xml', # formated text (XML) - '.rels', # openXML formated text + '.bmp', # "raw" image + '.rdf', # text + '.txt', # plain text + '.xml', # formated text (XML) + '.rels', # openXML formated text )) FIELD = object() -- cgit v1.3