diff options
Diffstat (limited to 'xml2static_rst.py')
-rw-r--r-- | xml2static_rst.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xml2static_rst.py b/xml2static_rst.py new file mode 100644 index 0000000..a4b0411 --- /dev/null +++ b/xml2static_rst.py @@ -0,0 +1,5 @@ +#!/usr/bin/python3 + +from xml.etree import ElementTree as ET + +tree = ET.parse("comments.xml") |