Changeset 2609 for pykota/trunk/bin/pykotme
- Timestamp:
- 01/05/06 16:31:39 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykotme
r2524 r2609 151 151 except KeyboardInterrupt : 152 152 sys.stderr.write("\nInterrupted with Ctrl+C !\n") 153 retcode = -3 153 154 except PyKotaCommandLineError, msg : 154 155 sys.stderr.write("%s : %s\n" % (sys.argv[0], msg)) 156 retcode = -2 155 157 except SystemExit : 156 158 pass