fix bug: 'WebSocketException' is not defined

fix NameError: global name 'WebSocketException' is not defined
This commit is contained in:
Ricter Zheng
2015-03-22 23:29:46 +08:00
parent db41b6a383
commit 94149bf268

View File

@@ -33,6 +33,7 @@ from ._logging import *
from ._url import *
from ._socket import*
from ._http import *
from ._exceptions import *
__all__ = ["handshake"]