Update to pyln-client

This updates all plugins *which already have requirements.txt* to
pyln-client from pylightning.
This commit is contained in:
darosior
2019-12-24 01:50:06 +01:00
committed by Christian Decker
parent 21e37c74d6
commit e426f6738e
18 changed files with 19 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from lightning import Plugin
from pyln.client import Plugin
from prometheus_client import start_http_server, CollectorRegistry
from prometheus_client.core import InfoMetricFamily, GaugeMetricFamily
from sys import exit