Changeset 386 for pkpgcounter/trunk/pkpgpdls/analyzer.py
- Timestamp:
- 09/05/06 23:36:18 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/analyzer.py
r383 r386 30 30 31 31 import version, pdlparser, postscript, pdf, pcl345, pclxl, \ 32 escp2, dvi, tiff, ooo, zjstream 32 escp2, dvi, tiff, ooo, zjstream, qpdl 33 33 import inkcoverage 34 34 … … 167 167 raise pdlparser.PDLParserError, "input file %s is empty !" % str(self.filename) 168 168 else : 169 # IMPORTANT : the order is important below. FIXME. 169 170 for module in (postscript, \ 170 171 pclxl, \ 171 172 pdf, \ 173 qpdl, \ 172 174 pcl345, \ 173 175 escp2, \