plugins-test: use pyln.client, not lightning to import Plugin

This commit is contained in:
niftynei
2020-06-22 13:29:10 -05:00
committed by Christian Decker
parent 0f8157a02e
commit a66415a43e

View File

@@ -2,7 +2,7 @@
"""
This plugin is used to test the `onion_message` hook.
"""
from lightning import Plugin
from pyln.client import Plugin
plugin = Plugin()