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

1.14 is out !

Location:
pykota/trunk/pykota/storages
Files:
2 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 : 
  • pykota/trunk/pykota/storages/pgstorage.py

    r1087 r1113  
    2121# 
    2222# $Log$ 
     23# Revision 1.11  2003/07/29 20:55:17  jalet 
     24# 1.14 is out ! 
     25# 
    2326# Revision 1.10  2003/07/16 21:53:08  jalet 
    2427# Really big modifications wrt new configuration file's location and content. 
     
    9093             
    9194    def __del__(self) :         
     95        """Ensures that the database connection is closed.""" 
     96        self.close() 
     97         
     98    def close(self) :     
    9299        """Closes the database connection.""" 
    93100        if not self.closed :