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/pdlparser.py

    r247 r252  
    6969            psyco.bind(self.getJobSize) 
    7070             
     71    def logdebug(self, message) :        
     72        """Logs a debug message if needed.""" 
     73        if self.debug : 
     74            sys.stderr.write("%s\n" % message) 
     75             
    7176    def isValid(self) :     
    7277        """Returns 1 if data is in the expected format, else 0."""