renamed Daemon.py to daemon.py per pylint

This commit is contained in:
Lex Berezhny 2020-01-03 01:44:22 -05:00
parent 386fd7a459
commit b79f2b86b5
8 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ from binascii import unhexlify
from textwrap import indent
from lbry.testcase import CommandTestCase
from lbry.extras.cli import set_kwargs, get_argument_parser
from lbry.extras.daemon.Daemon import (
from lbry.extras.daemon.daemon import (
Daemon, jsonrpc_dumps_pretty, encode_pagination_doc
)
from lbry.extras.daemon.json_response_encoder import (