Commit 2ae0285c authored by Vincent Pelletier's avatar Vincent Pelletier

Fix decorator definition, it was not returning the wrapper.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@755 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d8805792
......@@ -33,6 +33,7 @@ def not_closed(func):
if self.connector is None:
raise ConnectorConnectionClosedException
return func(self, *args, **kw)
return decorator
def lockCheckWrapper(func):
"""
......
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