Fixed Wamp assertion because of unexpected type
authorEdouard Tisserant
Mon, 08 Apr 2019 12:53:18 +0200
changeset 2581 20eb4e7a0647
parent 2576 c08bbfe7bbd4
child 2582 8f0d6c5fd55f
Fixed Wamp assertion because of unexpected type
runtime/WampClient.py
--- a/runtime/WampClient.py	Thu Apr 04 14:00:17 2019 +0200
+++ b/runtime/WampClient.py	Mon Apr 08 12:53:18 2019 +0200
@@ -28,7 +28,7 @@
 import json
 import os
 import re
-from builtins import str as text
+from six import text_type as text
 from autobahn.twisted import wamp
 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS
 from autobahn.wamp import types, auth