commit 6634027a03b2cbb1db0517f88f97a8b7f293f062
parent f8f365f1eaee1b91755ee1682da07a28c588747b
Author: Janus <ysangkok@gmail.com>
Date: Mon, 16 Apr 2018 21:18:25 +0200
lightning-hub: remove path hack, use relative imports
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/lightning.py b/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