runtime/WampClient.py
changeset 1782 5b6ad7a7fd9d
parent 1756 08e4394ff4fb
child 1826 91796f408540
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    20 # You should have received a copy of the GNU Lesser General Public
    20 # You should have received a copy of the GNU Lesser General Public
    21 # License along with this library; if not, write to the Free Software
    21 # License along with this library; if not, write to the Free Software
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    23 
    23 
    24 import sys
    24 import sys
    25 #from twisted.python import log
       
    26 from autobahn.twisted import wamp
    25 from autobahn.twisted import wamp
    27 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS
    26 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS
    28 from twisted.internet.defer import inlineCallbacks
    27 from twisted.internet.defer import inlineCallbacks
    29 from autobahn.wamp import types
    28 from autobahn.wamp import types
    30 from autobahn.wamp.serializer import MsgPackSerializer
    29 from autobahn.wamp.serializer import MsgPackSerializer