mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
447231f52e
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>
6 lines
115 B
Python
6 lines
115 B
Python
from pyln.proto.message import MessageNamespace
|
|
from .csv import csv
|
|
|
|
|
|
namespace = MessageNamespace(csv_lines=csv)
|