Show
Ignore:
Timestamp:
04/04/05 14:32:17 (19 years ago)
Author:
jerome
Message:

Seems to work fine now

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/bin/pkpgcounter

    r199 r202  
    2323# 
    2424 
    25 from pdlanalyzer import pdlparser 
     25from pdlanalyzer import analyzer 
    2626 
    2727if __name__ == "__main__" :  
    28     pdlparser.main() 
     28    analyzer.main() 
    2929