Changeset 555 for pkpgcounter/trunk/pkpgpdls/pil.py
- Timestamp:
- 12/09/07 15:26:15 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/pil.py
r527 r555 44 44 return False 45 45 else : 46 self. logdebug("DEBUG: Input file seems to be an image in the %s (%s) format." % (image.format, image.format_description))46 self.format = "%s (%s)" % (image.format, image.format_description) 47 47 return True 48 48