Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

Changeset 305

Show
Ignore:
Timestamp:
09/21/06 17:41:44
Author:
fumanchu
Message:

Removed del from sandbox to avoid swallowed errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/arenas.py

    r304 r305  
    599599            else: 
    600600                rollback() 
    601      
    602     def __del__(self): 
    603         self.flush_all() 
    604  
     601