diff options
Diffstat (limited to 'test/websockets/test_websockets.py')
| -rw-r--r-- | test/websockets/test_websockets.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/websockets/test_websockets.py b/test/websockets/test_websockets.py index fb7ba39a..28dbb833 100644 --- a/test/websockets/test_websockets.py +++ b/test/websockets/test_websockets.py @@ -2,10 +2,10 @@ import os from nose.tools import raises -from netlib import tcp, http, websockets +from netlib import tcp, http, websockets, tutils from netlib.http.exceptions import * from netlib.http.http1 import HTTP1Protocol -from .. import tutils, tservers +from .. import tservers class WebSocketsEchoHandler(tcp.BaseHandler): |
