Add missing socket import

This commit is contained in:
Martin v. Löwis 2005-03-24 19:40:57 +00:00
parent 33ceda85d0
commit ca5d8fea3d
1 changed files with 1 additions and 0 deletions

View File

@ -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