Show
Ignore:
Timestamp:
09/29/07 07:13:02 (17 years ago)
Author:
jerome
Message:

Canon ImageRunner? commands can be present in both PCL3/4/5 jobs and
in PCLXL jobs. I thougth only the former one was possible. This
change makes the autodetection of PCLXL+IR work (but nothing done
yet wrt accounting).

Files:
1 modified

Legend:

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

    r471 r478  
    9797           (self.firstblock.find("\033%-12345X") != -1) or \ 
    9898           (self.firstblock.find("@PJL ENTER LANGUAGE=PCL\012\015\033") != -1) or \ 
    99            (self.firstblock.startswith(chr(0xcd)+chr(0xca)) and self.firstblock.find("\033E\033")) : 
     99           (self.firstblock.startswith(chr(0xcd)+chr(0xca)) and (self.firstblock.find("\033E\033") != -1)) : 
    100100            self.logdebug("DEBUG: Input file is in the PCL3/4/5 format.") 
    101101            return True