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

    r235 r252  
    119119                           ooo) : 
    120120                try :                
    121                     return getattr(module, "Parser")(self.infile, self.debug, firstblock, lastblock) 
     121                    return module.Parser(self.infile, self.debug, firstblock, lastblock) 
    122122                except pdlparser.PDLParserError : 
    123123                    pass # try next parser