runtime/WampClient.py
changeset 2418 5587c490a070
parent 2287 f09f31602ba6
child 2429 15f18dc8b56a
child 2434 07f48018b6f5
--- a/runtime/WampClient.py	Tue Oct 02 17:18:09 2018 +0300
+++ b/runtime/WampClient.py	Tue Oct 02 18:08:49 2018 +0300
@@ -157,7 +157,7 @@
             if protocolOptions:
                 self.setProtocolOptions(**protocolOptions)
             _transportFactory = self
-        except Exception, e:
+        except Exception as e:
             print(_("Custom protocol options failed :"), e)
             _transportFactory = None