Changeset 508

Show
Ignore:
Timestamp:
11/22/07 13:32:19 (16 years ago)
Author:
jerome
Message:

Improved detection of PCL3/4/5

Files:
1 modified

Legend:

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

    r492 r508  
    9494        if self.firstblock.startswith("\033E\033") or \ 
    9595           (self.firstblock.startswith("\033*rbC") and (not self.lastblock[-3:] == "\f\033@")) or \ 
     96           self.firstblock.startswith("\033*rB\033") or \ 
    9697           self.firstblock.startswith("\033%8\033") or \ 
    9798           (self.firstblock.find("\033%-12345X") != -1) or \