runtime/WampClient.py
changeset 1832 0f1081928d65
parent 1826 91796f408540
child 1834 cd42b426028b
--- 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