Show
Ignore:
Timestamp:
03/24/04 16:15:24 (20 years ago)
Author:
jalet
Message:

Began integration of Henrik Janhagen's work on quota-then-balance
and balance-then-quota

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r1366 r1418  
    2424# 
    2525# $Log$ 
     26# Revision 1.71  2004/03/24 15:15:24  jalet 
     27# Began integration of Henrik Janhagen's work on quota-then-balance 
     28# and balance-then-quota 
     29# 
    2630# Revision 1.70  2004/02/27 09:23:21  jalet 
    2731# Minor code reorganisation 
     
    320324                       by its account balance or by its page quota. 
    321325                       The default value is 'quota'. Allowed values 
    322                        are 'quota' and 'balance'. 
     326                       are 'quota' 'balance' 'quota-then-balance' and 
     327                       'balance-then-quota'. 
    323328                        
    324329  -b | --balance b     Sets the user's account balance to b.                      
     
    467472        if limitby : 
    468473            limitby = limitby.strip().lower() 
    469         if limitby and (limitby not in ('quota', 'balance')) :     
     474        if limitby and (limitby not in ('quota', 'balance', 'quota-then-balance', 'balance-then-quota')) :     
    470475            raise PyKotaToolError, _("Invalid limitby value %s") % options["limitby"] 
    471476