]> code.delx.au - monosys/blobdiff - xmlpp
Rename all the things
[monosys] / xmlpp
diff --git a/xmlpp b/xmlpp
deleted file mode 100755 (executable)
index 60472c9..0000000
--- a/xmlpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env python3
-
-import xml.dom.minidom
-import sys
-
-doc = xml.dom.minidom.parse(sys.stdin)
-doc.writexml(sys.stdout, addindent="    ", newl="\n")
-