runtime/WampClient.py
changeset 2581 20eb4e7a0647
parent 2537 eb4a4cc41914
child 2607 bf0c1a40cf37
--- 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