Browse Source

lightning-hub: remove path hack, use relative imports

regtest_lnd
Janus 7 years ago
committed by SomberNight
parent
commit
e106c78e77
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      lib/lightning.py

1
lib/lightning.py

@ -4,7 +4,6 @@ import sys
import struct
import traceback
import os.path
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "ln"))
from .ln import rpc_pb2
from jsonrpclib import Server

Loading…
Cancel
Save