forked from LBRYCommunity/lbry-sdk
5 lines
148 B
Python
5 lines
148 B
Python
|
# log_support setups the default Logger class
|
||
|
# and so we need to ensure that it is also
|
||
|
# setup for the tests
|
||
|
from lbrynet.core import log_support
|