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