mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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:
committed by
Rusty Russell
parent
c236bf0fbd
commit
3e3b05e1b2
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from lightning import Plugin
|
||||
from pyln.client import Plugin
|
||||
import time
|
||||
|
||||
plugin = Plugin()
|
||||
|
||||
Reference in New Issue
Block a user