Changeset 2909 for pykota/trunk/bin/pykotme
- Timestamp:
- 06/01/06 15:56:00 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykotme
r2829 r2909 31 31 from pykota.tool import PyKotaTool, PyKotaCommandLineError, crashed, N_ 32 32 33 try : 34 from pkpgpdls import analyzer, pdlparser 35 except ImportError : # TODO : Remove the try/except after release 1.24. 36 sys.stderr.write("ERROR: pkpgcounter is now distributed separately, please grab it from http://www.librelogiciel.com/software/pkpgcounter/action_Download\n") 33 from pkpgpdls import analyzer, pdlparser 37 34 38 35