diff options
Diffstat (limited to 'Lib/dos_8x3/test_soc.py')
-rw-r--r-- | Lib/dos_8x3/test_soc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos_8x3/test_soc.py b/Lib/dos_8x3/test_soc.py index 1fe8c41..c61a2c8 100644 --- a/Lib/dos_8x3/test_soc.py +++ b/Lib/dos_8x3/test_soc.py @@ -65,7 +65,7 @@ for optional in ("AF_UNIX", ): missing_ok(optional) -socktype = socket.socket_type +socktype = socket.SocketType hostname = socket.gethostname() ip = socket.gethostbyname(hostname) hname, aliases, ipaddrs = socket.gethostbyaddr(ip) |