connectors/WAMP/__init__.py
changeset 1732 94ffe74e6895
parent 1595 b3cc68dd037d
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import sys, traceback, atexit
    25 import sys
       
    26 import traceback
       
    27 import atexit
    26 #from twisted.python import log
    28 #from twisted.python import log
    27 from twisted.internet import reactor, threads
    29 from twisted.internet import reactor, threads
    28 from autobahn.twisted import wamp
    30 from autobahn.twisted import wamp
    29 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS
    31 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS
    30 from autobahn.wamp import types
    32 from autobahn.wamp import types