Commit fe647686 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Fixed typo that led to python2.3 incompatibility


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10153 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2edc3503
......@@ -215,7 +215,7 @@ try:
self.client.callback_ssl_client_cert_prompt = SSLClientCertPromptCallback(obj)
self.client.callback_ssl_client_cert_password_prompt = SSLClientCertPasswordPromptCallback(obj)
self.creation_time = time.time()
self.__dict__.update(**kw)
self.__dict__.update(kw)
self.exception = None
def getLogMessage(self):
......
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