Commit 3667d16f authored by Denis Bilenko's avatar Denis Bilenko

__init__.py: delete imported socket module

parent 8b9bc6f1
......@@ -35,6 +35,7 @@ __all__ = ['get_hub',
import sys
if sys.platform == 'win32':
import socket # trigger WSAStartup call
del socket
del sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment