mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
lightning-hub: remove path hack, use relative imports
This commit is contained in:
parent
6115c0a15e
commit
c1f70dd738
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import sys
|
||||||
import struct
|
import struct
|
||||||
import traceback
|
import traceback
|
||||||
import os.path
|
import os.path
|
||||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "ln"))
|
|
||||||
from .ln import rpc_pb2
|
from .ln import rpc_pb2
|
||||||
|
|
||||||
from jsonrpclib import Server
|
from jsonrpclib import Server
|
||||||
|
|
Loading…
Add table
Reference in a new issue