|
@@ -6,5 +6,5 @@ from frame import Frame, ControlFrame, OPCODE_CONTINUATION, OPCODE_TEXT, \
|
|
|
CLOSE_INVALID_DATA, CLOSE_POLICY, CLOSE_MESSAGE_TOOBIG, \
|
|
CLOSE_INVALID_DATA, CLOSE_POLICY, CLOSE_MESSAGE_TOOBIG, \
|
|
|
CLOSE_MISSING_EXTENSIONS, CLOSE_UNABLE
|
|
CLOSE_MISSING_EXTENSIONS, CLOSE_UNABLE
|
|
|
from connection import Connection
|
|
from connection import Connection
|
|
|
-from message import Message, TextMessage, BinaryMessage, JSONMessage
|
|
|
|
|
|
|
+from message import Message, TextMessage, BinaryMessage
|
|
|
from errors import SocketClosed
|
|
from errors import SocketClosed
|