def abort(self):
     log.info("abort")
     self.durus_conn.abort()
 def commit(self):
     log.info("commit")
     self.durus_conn.commit()