pyln: Migrate remaining uses of the deprecated pylightning module

`pylightning` is not much more than an alias for `pyln-client`, so this
removes the need to install that as well just to run the tests.
This commit is contained in:
Christian Decker
2020-02-11 23:04:21 +01:00
committed by Rusty Russell
parent c236bf0fbd
commit 3e3b05e1b2
24 changed files with 24 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
"""Simple plugin to allow testing while closing of HTLC is delayed.
"""
from lightning import Plugin
from pyln.client import Plugin
import time
plugin = Plugin()