diff -r 56b48961cc68 -r 0f1081928d65 runtime/WampClient.py --- a/runtime/WampClient.py Thu Sep 28 12:20:40 2017 +0300 +++ b/runtime/WampClient.py Thu Sep 28 15:17:57 2017 +0300 @@ -24,13 +24,15 @@ from __future__ import print_function import sys +import json + from autobahn.twisted import wamp from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS from twisted.internet.defer import inlineCallbacks from autobahn.wamp import types from autobahn.wamp.serializer import MsgPackSerializer from twisted.internet.protocol import ReconnectingClientFactory -import json + _WampSession = None _PySrv = None