core-lightning/contrib/pyln-spec/bolt.py
Rusty Russell 447231f52e pyln.spec.bolt*: change version numbering to include specific csv subversion.
Now they look like 1.0.1.137, so you can explicitly depend on a csv change
(without caring about a textual change).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-25 10:08:58 +02:00

6 lines
115 B
Python

from pyln.proto.message import MessageNamespace
from .csv import csv
namespace = MessageNamespace(csv_lines=csv)