Changeset 2609 for pykota/trunk/bin/edpykota
- Timestamp:
- 01/05/06 16:31:39 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r2515 r2609 613 613 except KeyboardInterrupt : 614 614 sys.stderr.write("\nInterrupted with Ctrl+C !\n") 615 retcode = -3 615 616 except PyKotaCommandLineError, msg : 616 617 sys.stderr.write("%s : %s\n" % (sys.argv[0], msg)) 618 retcode = -2 617 619 except SystemExit : 618 620 pass