renamed Daemon.py to daemon.py per pylint
This commit is contained in:
parent
386fd7a459
commit
b79f2b86b5
8 changed files with 7 additions and 7 deletions
scripts
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue