From 1b487539b1f3ea183eaed26ae756d0cc7d3ec3ea Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 24 Jan 2016 23:24:59 +0100 Subject: move tservers to netlib module --- test/websockets/test_websockets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/websockets/test_websockets.py') diff --git a/test/websockets/test_websockets.py b/test/websockets/test_websockets.py index 9a1e5d3d..d53f0d83 100644 --- a/test/websockets/test_websockets.py +++ b/test/websockets/test_websockets.py @@ -2,12 +2,11 @@ import os from netlib.http.http1 import read_response, read_request -from netlib import tcp, tutils, websockets, http +from netlib import tcp, websockets, http, tutils, tservers from netlib.http import status_codes from netlib.tutils import treq from netlib.exceptions import * -from .. import tservers class WebSocketsEchoHandler(tcp.BaseHandler): -- cgit v1.2.3