Show
Ignore:
Timestamp:
09/03/05 00:40:57 (19 years ago)
Author:
jerome
Message:

Added a PJL parsing module to extract SET and DEFAULT statements.
Improved general readability.
Fixed some minor problems thanks to pychecker.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/tiff.py

    r235 r252  
    3636        bigendian = (chr(0x4d)*2) + chr(0) + chr(0x2a) 
    3737        if self.firstblock[:4] in (littleendian, bigendian) : 
    38             if self.debug :   
    39                 sys.stderr.write("DEBUG: Input file is in the TIFF format.\n") 
     38            self.logdebug("DEBUG: Input file is in the TIFF format.") 
    4039            return 1 
    4140        else :