Show
Ignore:
Timestamp:
09/14/06 14:06:16 (18 years ago)
Author:
jerome
Message:

Added a plain text parser. BEWARE with this !

Location:
pkpgcounter/trunk/pkpgpdls
Files:
1 added
1 modified

Legend:

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

    r411 r412  
    3030 
    3131import version, pdlparser, postscript, pdf, pcl345, pclxl, \ 
    32        escp2, dvi, tiff, ooo, zjstream, qpdl, spl1 
     32       escp2, dvi, tiff, ooo, zjstream, qpdl, spl1, plain 
    3333import inkcoverage 
    3434 
     
    174174                           tiff, \ 
    175175                           zjstream, \ 
    176                            ooo) : 
     176                           ooo, \ 
     177                           plain) :     # IMPORTANT : don't move this one up ! 
    177178                try :                
    178179                    return module.Parser(self.infile, self.options.debug, firstblock, lastblock)