Add missing import

This commit is contained in:
Magnus Hagander
2016-05-25 15:48:01 +02:00
parent 06b5c6fc11
commit b17340acf1

View File

@ -3,6 +3,7 @@ import httplib
import time
from email.utils import formatdate, parsedate
import urlparse
import ssl
from Queue import Queue
import threading