Show
Ignore:
Timestamp:
11/20/07 00:56:15 (16 years ago)
Author:
jerome
Message:

Even more code cleaning : we use named temporary files now, so no need for pipes.

Files:
1 modified

Legend:

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

    r491 r492  
    3232class Parser(pdlparser.PDLParser) : 
    3333    """A parser for TIFF documents.""" 
    34     totiffcommands = [ "cat >%(fname)s" ] 
     34    totiffcommands = [ '/bin/cp "%(infname)s" "%(outfname)s"' ] 
    3535    def isValid(self) :         
    3636        """Returns True if data is TIFF, else False."""