Commit 29c0483b authored by Vincent Pelletier's avatar Vincent Pelletier

Fix indentation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13661 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6799eba5
......@@ -141,7 +141,7 @@ class Connection(DABase.Connection):
# marker to know if connection was successfull.
self._v_connected = DateTime()
finally:
database_connection_pool_lock.release()
database_connection_pool_lock.release()
return self
def sql_quote__(self, v, escapes={}):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment