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/accounters/software.py

    r2146 r2147  
    2020# 
    2121# $Id$ 
    22 # 
    23 # $Log$ 
    24 # Revision 1.12  2005/02/19 18:16:06  jalet 
    25 # Optimize print job parsing by avoiding to pass the job's datas through 
    26 # PyKota's internal parser if the special construct "software()" is used 
    27 # with no argument in the 'accounter' directive. 
    28 # 
    29 # Revision 1.11  2004/09/24 21:19:48  jalet 
    30 # Did a pass of PyChecker 
    31 # 
    32 # Revision 1.10  2004/08/31 23:29:53  jalet 
    33 # Introduction of the new 'onaccountererror' configuration directive. 
    34 # Small fix for software accounter's return code which can't be None anymore. 
    35 # Make software and hardware accounting code look similar : will be factorized 
    36 # later. 
    37 # 
    38 # Revision 1.9  2004/08/25 22:34:39  jalet 
    39 # Now both software and hardware accounting raise an exception when no valid 
    40 # result can be extracted from the subprocess' output. 
    41 # Hardware accounting now reads subprocess' output until an integer is read 
    42 # or data is exhausted : it now behaves just like software accounting in this 
    43 # aspect. 
    44 # 
    45 # Revision 1.8  2004/08/22 14:04:47  jalet 
    46 # Tries to fix problem with subprocesses outputting more datas than needed 
    47 # 
    48 # Revision 1.7  2004/08/06 13:45:51  jalet 
    49 # Fixed french translation problem. 
    50 # Fixed problem with group quotas and strict enforcement. 
    51 # 
    52 # Revision 1.6  2004/07/01 19:56:43  jalet 
    53 # Better dispatching of error messages 
    54 # 
    55 # Revision 1.5  2004/06/10 22:42:06  jalet 
    56 # Better messages in logs 
    57 # 
    58 # Revision 1.4  2004/06/02 21:51:14  jalet 
    59 # Moved the sigterm capturing elsewhere 
    60 # 
    61 # Revision 1.3  2004/05/24 22:45:49  jalet 
    62 # New 'enforcement' directive added 
    63 # Polling loop improvements 
    64 # 
    65 # Revision 1.2  2004/05/18 14:49:23  jalet 
    66 # Big code changes to completely remove the need for "requester" directives, 
    67 # jsut use "hardware(... your previous requester directive's content ...)" 
    68 # 
    69 # Revision 1.1  2004/05/13 13:59:30  jalet 
    70 # Code simplifications 
    7122# 
    7223#