move urihandler out of packaging dir
This commit is contained in:
parent
139af85b52
commit
b674e5c57a
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…
Add table
Reference in a new issue