Changeset 2609 for pykota/trunk/bin/repykota
- Timestamp:
- 01/05/06 16:31:39 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/repykota
r2512 r2609 160 160 except KeyboardInterrupt : 161 161 sys.stderr.write("\nInterrupted with Ctrl+C !\n") 162 retcode = -3 162 163 except PyKotaCommandLineError, msg : 163 164 sys.stderr.write("%s : %s\n" % (sys.argv[0], msg)) 165 retcode = -2 164 166 except SystemExit : 165 167 pass