Changeset 1692 for pykota/trunk/pykota/storage.py
- Timestamp:
- 09/02/04 12:09:30 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storage.py
r1624 r1692 22 22 # 23 23 # $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 # 24 28 # Revision 1.57 2004/07/22 22:41:48 jalet 25 29 # Hardware accounting for LPRng should be OK now. UNTESTED. … … 480 484 481 485 class StorageJob(StorageObject) : 482 """Printer's LastJob class."""486 """Printer's Job class.""" 483 487 def __init__(self, parent) : 484 488 StorageObject.__init__(self, parent)