Show
Ignore:
Timestamp:
07/29/03 22:55:17 (21 years ago)
Author:
jalet
Message:

1.14 is out !

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r1112 r1113  
    2121# 
    2222# $Log$ 
     23# Revision 1.24  2003/07/29 20:55:17  jalet 
     24# 1.14 is out ! 
     25# 
    2326# Revision 1.23  2003/07/29 19:52:32  jalet 
    2427# Forgot to read the email field from LDAP 
     
    143146             
    144147    def __del__(self) :         
     148        """Ensures that the database connection is closed.""" 
     149        self.close() 
     150         
     151    def close(self) :     
    145152        """Closes the database connection.""" 
    146153        if not self.closed :