Commit 3c600102 authored by Denis Bilenko's avatar Denis Bilenko

socket: fix another typo causing potential NameError

parent a9703034
......@@ -634,8 +634,8 @@ try:
except Exception:
import traceback
traceback.print_exc()
__all__.remove('gethostbyname')
__all__.remove('getaddrinfo')
__implements__.remove('gethostbyname')
__implements__.remove('getaddrinfo')
else:
def gethostbyname(hostname):
......
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