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