From: Ben Darnell Date: Wed, 29 Aug 2012 17:33:00 +0000 (-0400) Subject: Autobahn websocket test has moved to a separate package. X-Git-Tag: v2.4.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0148fda37bd621f4563e7353879c2507fb4498f8;p=thirdparty%2Ftornado.git Autobahn websocket test has moved to a separate package. --- diff --git a/maint/test/websocket/client.py b/maint/test/websocket/client.py index 167988794..6d80ee565 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 0709749fa..e1ce442ba 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