From 4b4c34d561c4ba81274c861de47c9807dbe76ca8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 5 Aug 2011 13:30:34 +0200 Subject: Cleanup, and cosmetic --- lib/images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/images.py') diff --git a/lib/images.py b/lib/images.py index 9fa9999..d090015 100644 --- a/lib/images.py +++ b/lib/images.py @@ -7,7 +7,7 @@ import parser class JpegStripper(parser.GenericParser): ''' - Represents a .jpeg file + represents a jpeg file ''' def _should_remove(self, field): ''' @@ -23,7 +23,7 @@ class JpegStripper(parser.GenericParser): class PngStripper(parser.GenericParser): ''' - Represents a .png file + represents a png file ''' def _should_remove(self, field): ''' -- cgit v1.3