From 0148fda37bd621f4563e7353879c2507fb4498f8 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Wed, 29 Aug 2012 13:33:00 -0400 Subject: [PATCH] Autobahn websocket test has moved to a separate package. --- maint/test/websocket/client.py | 2 +- maint/test/websocket/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maint/test/websocket/client.py b/maint/test/websocket/client.py index 16798879..6d80ee56 100644 --- a/maint/test/websocket/client.py +++ b/maint/test/websocket/client.py @@ -3,7 +3,7 @@ import sys from tornado.options import options, define, parse_command_line from twisted.python import log from twisted.internet import reactor -from autobahn.fuzzing import FuzzingClientFactory +from autobahntestsuite.fuzzing import FuzzingClientFactory define('servers', type=str, multiple=True, default=['Tornado=ws://localhost:9000']) diff --git a/maint/test/websocket/tox.ini b/maint/test/websocket/tox.ini index 0709749f..e1ce442b 100644 --- a/maint/test/websocket/tox.ini +++ b/maint/test/websocket/tox.ini @@ -9,4 +9,4 @@ setupdir=../../.. commands = python -c pass [testenv:py27] -deps = autobahn +deps = autobahntestsuite