mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
no longer need to include IN.py or SOCKET.py
This commit is contained in:
parent
687ec1892b
commit
50d5e8a23a
2 changed files with 6 additions and 10 deletions
|
@ -4,7 +4,6 @@ MYPORT = 50000
|
|||
|
||||
import sys, time
|
||||
from socket import *
|
||||
from SOCKET import *
|
||||
|
||||
s = socket(AF_INET, SOCK_DGRAM)
|
||||
s.bind(('', 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue