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/images.py | |
| parent | a646ebbd3a0f54b43fc610134d2ebb39b5c4c732 (diff) | |
More pep8 conformance
Diffstat (limited to 'MAT/images.py')
| -rw-r--r-- | MAT/images.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAT/images.py b/MAT/images.py index dc96e6a..67c710f 100644 --- a/MAT/images.py +++ b/MAT/images.py | |||
| @@ -42,9 +42,9 @@ class PngStripper(parser.GenericParser): | |||
| 42 | ''' | 42 | ''' |
| 43 | field_list = frozenset([ | 43 | field_list = frozenset([ |
| 44 | 'id', | 44 | 'id', |
| 45 | 'header', # PNG header | 45 | 'header', # PNG header |
| 46 | 'physical', # the intended pixel size or aspect ratio | 46 | 'physical', # the intended pixel size or aspect ratio |
| 47 | 'end']) # end of the image | 47 | 'end']) # end of the image |
| 48 | if field.name in field_list: | 48 | if field.name in field_list: |
| 49 | return False | 49 | return False |
| 50 | if field.name.startswith('data['): # data | 50 | if field.name.startswith('data['): # data |
