Show
Ignore:
Timestamp:
09/03/05 00:40:57 (19 years ago)
Author:
jerome
Message:

Added a PJL parsing module to extract SET and DEFAULT statements.
Improved general readability.
Fixed some minor problems thanks to pychecker.

Files:
1 modified

Legend:

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

    r235 r252  
    3535        try : 
    3636            if (ord(self.firstblock[0]) == 0xf7) and (ord(self.lastblock[-1]) == 0xdf) : 
    37                 if self.debug :   
    38                     sys.stderr.write("DEBUG: Input file is in the DVI format.\n") 
     37                self.logdebug("DEBUG: Input file is in the DVI format.") 
    3938                return 1 
    4039            else :