Show
Ignore:
Timestamp:
03/06/05 17:52:43 (19 years ago)
Author:
jerome
Message:

Removed all references to $Log$

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/reporter.py

    r2146 r2147  
    2020# 
    2121# $Id$ 
    22 # 
    23 # $Log$ 
    24 # Revision 1.12  2005/02/15 13:13:27  jalet 
    25 # Fixes output when user has got a negative or nul overcharging factor. 
    26 # 
    27 # Revision 1.11  2005/02/13 22:02:29  jalet 
    28 # Big database structure changes. Upgrade script is now included as well as 
    29 # the new LDAP schema. 
    30 # Introduction of the -o | --overcharge command line option to edpykota. 
    31 # The output of repykota is more complete, but doesn't fit in 80 columns anymore. 
    32 # Introduction of the new 'maxdenybanners' directive. 
    33 # 
    34 # Revision 1.10  2004/09/02 10:09:30  jalet 
    35 # Fixed bug in LDAP user deletion code which didn't correctly delete the user's 
    36 # pykotaLastJob entries. 
    37 # 
    38 # Revision 1.9  2004/07/01 17:45:49  jalet 
    39 # Added code to handle the description field for printers 
    40 # 
    41 # Revision 1.8  2004/03/24 15:15:24  jalet 
    42 # Began integration of Henrik Janhagen's work on quota-then-balance 
    43 # and balance-then-quota 
    44 # 
    45 # Revision 1.7  2004/01/08 14:10:32  jalet 
    46 # Copyright year changed. 
    47 # 
    48 # Revision 1.6  2003/12/27 16:49:25  uid67467 
    49 # Should be ok now. 
    50 # 
    51 # Revision 1.4  2003/12/02 14:40:21  jalet 
    52 # Some code refactoring. 
    53 # New HTML reporter added, which is now used in the CGI script for web based 
    54 # print quota reports. It will need some de-uglyfication though... 
    55 # 
    56 # Revision 1.3  2003/11/25 23:46:40  jalet 
    57 # Don't try to verify if module name is valid, Python does this better than us. 
    58 # 
    59 # Revision 1.2  2003/10/07 09:07:28  jalet 
    60 # Character encoding added to please latest version of Python 
    61 # 
    62 # Revision 1.1  2003/06/30 12:46:15  jalet 
    63 # Extracted reporting code. 
    64 # 
    6522# 
    6623#