no longer need to include IN.py or SOCKET.py

This commit is contained in:
Guido van Rossum 1995-03-04 22:57:56 +00:00
parent 687ec1892b
commit 50d5e8a23a
2 changed files with 6 additions and 10 deletions

View file

@ -4,7 +4,6 @@ MYPORT = 50000
import sys, time
from socket import *
from SOCKET import *
s = socket(AF_INET, SOCK_DGRAM)
s.bind(('', 0))