runtime/WampClient.py
changeset 1881 091005ec69c4
parent 1878 fb73a6b6622d
child 1890 916099cb8d22
equal deleted inserted replaced
1880:e5ddbaf756cb 1881:091005ec69c4
    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 
    24 
       
    25 from __future__ import absolute_import
    25 from __future__ import print_function
    26 from __future__ import print_function
    26 import json
    27 import json
    27 
    28 
    28 from autobahn.twisted import wamp
    29 from autobahn.twisted import wamp
    29 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS
    30 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS