Merge pull request #451 from lbryio/move-uri-handler
move urihandler out of packaging dir
This commit is contained in:
commit
b744a54340
4 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ from lbrynet.core import log_support
|
||||||
from lbrynet.core import utils
|
from lbrynet.core import utils
|
||||||
from lbrynet.lbrynet_daemon import DaemonControl
|
from lbrynet.lbrynet_daemon import DaemonControl
|
||||||
from lbrynet import conf
|
from lbrynet import conf
|
||||||
from packaging.uri_handler.LBRYURIHandler import LBRYURIHandler
|
from uri_handler.LBRYURIHandler import LBRYURIHandler
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Reference in a new issue