runtime/WampClient.py
changeset 2429 15f18dc8b56a
parent 2326 d42ae2877b6e
parent 2418 5587c490a070
child 2459 21164625b393
--- a/runtime/WampClient.py	Thu Nov 22 23:39:54 2018 +0100
+++ b/runtime/WampClient.py	Fri Nov 23 00:33:04 2018 +0100
@@ -160,7 +160,7 @@
             if protocolOptions:
                 self.setProtocolOptions(**protocolOptions)
             _transportFactory = self
-        except Exception, e:
+        except Exception as e:
             print(_("Custom protocol options failed :"), e)
             _transportFactory = None