Merge pull request #157 from RicterZ/master

fix bug: 'WebSocketException' is not defined
This commit is contained in:
liris
2015-03-23 08:18:43 +09:00

View File

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