1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

svtplay.output: don't import log (not used)

This commit is contained in:
Olof Johansson 2013-02-12 19:42:17 +01:00
parent caf8ab5d11
commit f786c01c78

View File

@ -1,8 +1,6 @@
import sys import sys
import os import os
from svtplay.log import log
progress_stream = sys.stderr progress_stream = sys.stderr
def progress(byte, total, extra = ""): def progress(byte, total, extra = ""):