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/images.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MAT/images.py') 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): ''' field_list = frozenset([ 'id', - 'header', # PNG header - 'physical', # the intended pixel size or aspect ratio - 'end']) # end of the image + 'header', # PNG header + 'physical', # the intended pixel size or aspect ratio + 'end']) # end of the image if field.name in field_list: return False if field.name.startswith('data['): # data -- cgit v1.3