# HG changeset patch
# User Edouard Tisserant
# Date 1554720798 -7200
# Node ID 20eb4e7a0647f8b678c7d814ec198762ca0775cd
# Parent  c08bbfe7bbd48809505cadf6f1d8175bcc4b9d3c
Fixed Wamp assertion because of unexpected type

diff -r c08bbfe7bbd4 -r 20eb4e7a0647 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