From a66415a43ee36ce3e3a4c91ad0b258800feb5b4d Mon Sep 17 00:00:00 2001 From: niftynei Date: Mon, 22 Jun 2020 13:29:10 -0500 Subject: [PATCH] plugins-test: use pyln.client, not lightning to import Plugin --- tests/plugins/onionmessage-reply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/onionmessage-reply.py b/tests/plugins/onionmessage-reply.py index 66ad0611c..2caa8b3b9 100755 --- a/tests/plugins/onionmessage-reply.py +++ b/tests/plugins/onionmessage-reply.py @@ -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()