forked from LBRYCommunity/lbry-sdk
move uri handler to packaging/uri_handler
This commit is contained in:
parent
2ac1ebeaa0
commit
f9f12ffb61
4 changed files with 2 additions and 2 deletions
0
packaging/uri_handler/__init__.py
Normal file
0
packaging/uri_handler/__init__.py
Normal file
|
@ -4,8 +4,8 @@ import socket
|
||||||
import sys
|
import sys
|
||||||
import threading
|
import threading
|
||||||
import webbrowser
|
import webbrowser
|
||||||
import win32api
|
|
||||||
|
|
||||||
|
import win32api
|
||||||
import win32con
|
import win32con
|
||||||
import win32gui_struct
|
import win32gui_struct
|
||||||
from jsonrpc.proxy import JSONRPCProxy
|
from jsonrpc.proxy import JSONRPCProxy
|
||||||
|
@ -20,7 +20,7 @@ except ImportError:
|
||||||
from lbrynet.lbrynet_daemon.LBRYDaemonServer import LBRYDaemonServer, LBRYDaemonRequest
|
from lbrynet.lbrynet_daemon.LBRYDaemonServer import LBRYDaemonServer, LBRYDaemonRequest
|
||||||
from lbrynet.conf import API_PORT, API_INTERFACE, ICON_PATH, APP_NAME
|
from lbrynet.conf import API_PORT, API_INTERFACE, ICON_PATH, APP_NAME
|
||||||
from lbrynet.conf import UI_ADDRESS, API_CONNECTION_STRING
|
from lbrynet.conf import UI_ADDRESS, API_CONNECTION_STRING
|
||||||
from lbrynet.packaging.LBRYURIHandler import LBRYURIHandler
|
from packaging.uri_handler.LBRYURIHandler import LBRYURIHandler
|
||||||
|
|
||||||
|
|
||||||
if getattr(sys, 'frozen', False) and os.name == "nt":
|
if getattr(sys, 'frozen', False) and os.name == "nt":
|
||||||
|
|
Loading…
Add table
Reference in a new issue