diff options
| author | jvoisin | 2013-10-30 18:44:02 +0000 |
|---|---|---|
| committer | jvoisin | 2013-10-30 18:44:02 +0000 |
| commit | ff431ae30521f294ce4d97d31b19db93cb7c0195 (patch) | |
| tree | 1ba0af34082607a318e74a068ed95bc3dd455271 /MAT/parser.py | |
| parent | a646ebbd3a0f54b43fc610134d2ebb39b5c4c732 (diff) | |
More pep8 conformance
Diffstat (limited to 'MAT/parser.py')
| -rw-r--r-- | MAT/parser.py | 10 |
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 | |||
| 11 | import mat | 11 | import mat |
| 12 | 12 | ||
| 13 | NOMETA = frozenset(( | 13 | NOMETA = 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 | ||
| 21 | FIELD = object() | 21 | FIELD = object() |
