move urihandler out of packaging dir

This commit is contained in:
jobevers 2017-01-28 22:09:40 -08:00
parent 139af85b52
commit b674e5c57a
4 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ from lbrynet.core import log_support
from lbrynet.core import utils
from lbrynet.lbrynet_daemon import DaemonControl
from lbrynet import conf
from packaging.uri_handler.LBRYURIHandler import LBRYURIHandler
from uri_handler.LBRYURIHandler import LBRYURIHandler
log = logging.getLogger(__name__)