Commit 5c887b6d authored by Martin v. Löwis's avatar Martin v. Löwis

Add missing socket import

parent 17df9acf
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment