Changeset 2347
- Timestamp:
- 07/09/05 16:25:58 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r2345 r2347 45 45 try : 46 46 from pkpgpdls import analyzer, pdlparser 47 except ImportError : 47 except ImportError : # TODO : Remove the try/except after release 1.24. 48 48 sys.stderr.write("ERROR: pkpgcounter is now distributed separately, please grab it from http://www.librelogiciel.com/software/pkpgcounter/action_Download\n") 49 49