Changeset 2715

Show
Ignore:
Timestamp:
02/20/06 21:36:00 (18 years ago)
Author:
jerome
Message:

Deactivated pkturnkey and autopykota because they depend on edpykota.

Location:
pykota/trunk/bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/autopykota

    r2622 r2715  
    9292    retcode = 0 
    9393    try : 
     94        raise PyKotaCommandLineError, "This version is not stable, download an earlier one. Operation aborted." 
     95         
    9496        defaults = { \ 
    9597                     "initbalance" : 0.0 
  • pykota/trunk/bin/pkturnkey

    r2622 r2715  
    441441    retcode = 0 
    442442    try : 
     443        raise PyKotaCommandLineError, "This version is not stable, download an earlier one. Operation aborted." 
     444         
    443445        short_options = "hvdDefu:U:g:G:c" 
    444446        long_options = ["help", "version", "dousers", "dogroups", \