aboutsummaryrefslogtreecommitdiffstats
path: root/xml2static_rst.py
blob: a4b04115aaeff22d200fdfbf245fdf659b5c25e7 (plain) (blame)
1
2
3
4
5
#!/usr/bin/python3

from xml.etree import ElementTree as ET

tree = ET.parse("comments.xml")