--- a/connectors/WAMP/__init__.py Mon Dec 10 11:22:43 2018 +0100
+++ b/connectors/WAMP/__init__.py Tue Dec 18 14:08:11 2018 +0100
@@ -28,7 +28,7 @@
from threading import Thread, Event
-from builtins import str as text
+from six import text_type as text from twisted.internet import reactor, threads
from autobahn.twisted import wamp