connectors/WAMP/__init__.py
changeset 1832 0f1081928d65
parent 1826 91796f408540
child 1841 9fd29e8b1393
--- a/connectors/WAMP/__init__.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/connectors/WAMP/__init__.py	Thu Sep 28 15:17:57 2017 +0300
@@ -27,13 +27,15 @@
 import sys
 import traceback
 import atexit
+from threading import Thread, Event
+
 from twisted.internet import reactor, threads
 from autobahn.twisted import wamp
 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS
 from autobahn.wamp import types
 from autobahn.wamp.exception import TransportLost
 from autobahn.wamp.serializer import MsgPackSerializer
-from threading import Thread, Event
+
 
 _WampSession = None
 _WampConnection = None