Show
Ignore:
Timestamp:
09/05/06 23:36:18 (18 years ago)
Author:
jerome
Message:

Added support for Samsung QPDL (aka SPL2) language, thanks to
the documentation written by Aurélien Croc.

Files:
1 modified

Legend:

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

    r383 r386  
    3030 
    3131import version, pdlparser, postscript, pdf, pcl345, pclxl, \ 
    32        escp2, dvi, tiff, ooo, zjstream 
     32       escp2, dvi, tiff, ooo, zjstream, qpdl 
    3333import inkcoverage 
    3434 
     
    167167            raise pdlparser.PDLParserError, "input file %s is empty !" % str(self.filename) 
    168168        else :     
     169            # IMPORTANT : the order is important below. FIXME. 
    169170            for module in (postscript, \ 
    170171                           pclxl, \ 
    171172                           pdf, \ 
     173                           qpdl, \ 
    172174                           pcl345, \ 
    173175                           escp2, \