add missing socket import

This commit is contained in:
Frédéric Péters 2014-12-18 11:57:23 +01:00
parent 79bc5255a1
commit 27109e6a07
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import sys
import tempfile
import time
import shutil
import socket
import optparse