Esempio n. 1
0
 def _close(self):
     """Closes the ZODB connection."""
     transaction.abort()
     connections.closeAll()
Esempio n. 2
0
 def _close(self):
     '''Closes the ZODB connection.'''
     transaction.abort()
     connections.closeAll()
Esempio n. 3
0
 def _close(self):
     '''Clears the transaction and the AppZapper.'''
     AppZapper().clear()
     transaction.abort()
     connections.closeAll()
Esempio n. 4
0
 def _close(self):
     '''Clears the transaction and the AppZapper.'''
     AppZapper().clear()
     transaction.abort()
     connections.closeAll()