add create_connection to __all__ #5711

This commit is contained in:
Benjamin Peterson 2009-04-06 21:53:33 +00:00
parent 923ba361d8
commit a27e6e3d58
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ try:
except ImportError:
EBADF = 9
__all__ = ["getfqdn"]
__all__ = ["getfqdn", "create_connection"]
__all__.extend(os._get_exports_list(_socket))