connectors/WAMP/__init__.py
changeset 1732 94ffe74e6895
parent 1595 b3cc68dd037d
child 1734 750eeb7230a1
--- a/connectors/WAMP/__init__.py	Mon Aug 14 21:09:48 2017 +0300
+++ b/connectors/WAMP/__init__.py	Mon Aug 14 21:20:32 2017 +0300
@@ -22,7 +22,9 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-import sys, traceback, atexit
+import sys
+import traceback
+import atexit
 #from twisted.python import log
 from twisted.internet import reactor, threads
 from autobahn.twisted import wamp