1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

http: unused import

This commit is contained in:
Johan Andersson 2014-12-22 10:14:02 +01:00
parent 063242b365
commit 91370d6a77

View File

@ -1,7 +1,6 @@
# ex:ts=4:sw=4:sts=4:et # ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
from __future__ import absolute_import from __future__ import absolute_import
import sys
import time import time
from svtplay_dl.output import progress, output # FIXME use progressbar() instead from svtplay_dl.output import progress, output # FIXME use progressbar() instead