1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00
svtplay-dl/lib/svtplay_dl/log.py

10 lines
223 B
Python
Raw Normal View History

2013-03-02 21:26:28 +01:00
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
from __future__ import absolute_import
2019-08-25 00:40:39 +02:00
import logging
2019-08-25 00:40:39 +02:00
import sys
2019-08-25 00:27:31 +02:00
log = logging.getLogger("svtplay_dl")
progress_stream = sys.stderr