diff --git a/websocket/_handshake.py b/websocket/_handshake.py index efaa8fa..10b6ec9 100644 --- a/websocket/_handshake.py +++ b/websocket/_handshake.py @@ -33,6 +33,7 @@ from ._logging import * from ._url import * from ._socket import* from ._http import * +from ._exceptions import * __all__ = ["handshake"]