Show
Ignore:
Timestamp:
12/09/07 15:26:15 (16 years ago)
Author:
jerome
Message:

Each parser now has a 'format' attribute containing its short name.

Files:
1 modified

Legend:

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

    r527 r555  
    3737                     ] 
    3838    required = [ "pcl6", "gs" ] 
     39    format = "PCLXL (aka PCL6)" 
    3940    mediasizes = {  
    4041                    0 : "Letter", 
     
    8990              (self.firstblock.find("LANGUAGE = PCLXL") != -1)))) \ 
    9091             or ((self.firstblock.startswith(chr(0xcd)+chr(0xca)) and (self.firstblock.find(" HP-PCL XL;") != -1))) : 
    91             self.logdebug("DEBUG: Input file is in the PCLXL (aka PCL6) format.") 
    9292            return True 
    9393        else :