From: Michael Tremer Date: Wed, 30 Nov 2016 16:50:24 +0000 (+0100) Subject: http: Add missing import of time module X-Git-Tag: 0.9.28~1285^2~1456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e89865e1aeaca8f67cc2635ea6e4072cc6e36ce0;p=pakfire.git http: Add missing import of time module Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/http.py b/src/pakfire/http.py index a619900cd..81e88d495 100644 --- a/src/pakfire/http.py +++ b/src/pakfire/http.py @@ -23,6 +23,7 @@ import base64 import json import logging import ssl +import time import urllib.parse import urllib.request