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