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 ...@@ -8,6 +8,7 @@ from distutils.spawn import spawn
from distutils import log from distutils import log
from md5 import md5 from md5 import md5
import os import os
import socket
import platform import platform
import ConfigParser import ConfigParser
import httplib 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