Show
Ignore:
Timestamp:
10/17/06 09:41:55 (18 years ago)
Author:
jerome
Message:

Improved ink accounting by allowing several commands to be launch to convert to TIFF in case one of them fails.

Files:
1 modified

Legend:

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

    r415 r428  
    3333class Parser(pdlparser.PDLParser) : 
    3434    """A parser for TIFF documents.""" 
    35     totiffcommand = "cat >%(fname)s" 
     35    totiffcommands = [ "cat >%(fname)s" ] 
    3636    def isValid(self) :         
    3737        """Returns True if data is TIFF, else False."""