Changeset 2347

Show
Ignore:
Timestamp:
07/09/05 16:25:58 (19 years ago)
Author:
jerome
Message:

Added a comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r2345 r2347  
    4545try : 
    4646    from pkpgpdls import analyzer, pdlparser 
    47 except ImportError :     
     47except ImportError : # TODO : Remove the try/except after release 1.24. 
    4848    sys.stderr.write("ERROR: pkpgcounter is now distributed separately, please grab it from http://www.librelogiciel.com/software/pkpgcounter/action_Download\n") 
    4949