--- 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 @@
-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