Show
Ignore:
Timestamp:
09/02/04 12:09:30 (20 years ago)
Author:
jalet
Message:

Fixed bug in LDAP user deletion code which didn't correctly delete the user's
pykotaLastJob entries.

Files:
1 modified

Legend:

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

    r1624 r1692  
    2222# 
    2323# $Log$ 
     24# Revision 1.58  2004/09/02 10:09:30  jalet 
     25# Fixed bug in LDAP user deletion code which didn't correctly delete the user's 
     26# pykotaLastJob entries. 
     27# 
    2428# Revision 1.57  2004/07/22 22:41:48  jalet 
    2529# Hardware accounting for LPRng should be OK now. UNTESTED. 
     
    480484         
    481485class StorageJob(StorageObject) : 
    482     """Printer's Last Job class.""" 
     486    """Printer's Job class.""" 
    483487    def __init__(self, parent) : 
    484488        StorageObject.__init__(self, parent)