comparison lxmldump.py @ 4:60b789dfee32

Moar.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 May 2021 13:58:45 +0300
parents 0e5f705a895b
children 274b2091137c
comparison
equal deleted inserted replaced
2:e6a7726ea1e5 4:60b789dfee32
1 #!/usr/bin/python3 -B 1 #!/usr/bin/python3 -B
2 # coding=utf-8 2 # coding=utf-8
3 ### 3 ###
4 ### ISO/FDIS 1951 lxmldump 4 ### lxmldump - Dump ISO/FDIS 1951 XML file data
5 ### Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
6 ### (C) Copyright 2021 Tecnic Software productions (TNSP)
7 ###
8 ### Python 3.7+ required!
5 ### 9 ###
6 import sys 10 import sys
7 import signal 11 import signal
8 import re 12 import re
9 from pathlib import Path 13 from pathlib import Path