Commit a27e6e3d authored by Benjamin Peterson's avatar Benjamin Peterson

add create_connection to __all__ #5711

parent 923ba361
......@@ -88,7 +88,7 @@ try:
except ImportError:
EBADF = 9
__all__ = ["getfqdn"]
__all__ = ["getfqdn", "create_connection"]
__all__.extend(os._get_exports_list(_socket))
......
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