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/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 :