mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add missing socket import
This commit is contained in:
parent
33ceda85d0
commit
ca5d8fea3d
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ from distutils.spawn import spawn
|
|||
from distutils import log
|
||||
from md5 import md5
|
||||
import os
|
||||
import socket
|
||||
import platform
|
||||
import ConfigParser
|
||||
import httplib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue