Reverted unwanted change in r84826

This commit is contained in:
Antoine Pitrou 2010-09-15 11:12:57 +00:00
parent 11cb961b38
commit 8dd2387a60
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ except ImportError:
errno = None
EBADF = getattr(errno, 'EBADF', 9)
EINTR = getattr(errno, 'EINTR', 4)
EAGAIN = getattr(errno, 'EAGAIN', 11)
EWOULDBLOCK = getattr(errno, 'EWOULDBLOCK', 11)
__all__ = ["getfqdn", "create_connection"]
__all__.extend(os._get_exports_list(_socket))