Changeset 2715
- Timestamp:
- 02/20/06 21:36:00 (19 years ago)
- Location:
- pykota/trunk/bin
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/autopykota
r2622 r2715 92 92 retcode = 0 93 93 try : 94 raise PyKotaCommandLineError, "This version is not stable, download an earlier one. Operation aborted." 95 94 96 defaults = { \ 95 97 "initbalance" : 0.0 -
pykota/trunk/bin/pkturnkey
r2622 r2715 441 441 retcode = 0 442 442 try : 443 raise PyKotaCommandLineError, "This version is not stable, download an earlier one. Operation aborted." 444 443 445 short_options = "hvdDefu:U:g:G:c" 444 446 long_options = ["help", "version", "dousers", "dogroups", \