Commit f465ee36 authored by Aurel's avatar Aurel

init returned value


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@70 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 42d6d58a
......@@ -5,6 +5,7 @@ class ThreadingMixIn:
def process_method_thread(self, method, kw):
m = getattr(self, method)
r = None
try:
r = m(**kw)
finally:
......
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