summaryrefslogtreecommitdiffstats
path: root/src/util/xmlpool/gen_xmlpool.py
Commit message (Expand)AuthorAgeFilesLines
* util/gen_xmlpool: Make use of python's foreach loopDylan Baker2018-10-311-30/+27
* util/gen_xmlpool: Don't use len to test for container emptinessDylan Baker2018-10-311-4/+4
* util/gen_xmlpool: Don't write via shell redirectionDylan Baker2018-10-311-59/+45
* util/gen_xmlpool: use with statement to open fileDylan Baker2018-10-311-34/+32
* util/gen_xmlpool: use a main functionDylan Baker2018-10-311-61/+66
* util/gen_xmlpool: Use print function instad of sys.stderr.writeDylan Baker2018-10-311-5/+4
* util/gen_xmlpool: Use more standard styleDylan Baker2018-10-311-29/+29
* util/xmlpool: Update for meson generationDylan Baker2018-10-311-5/+7
* util/gen_xmlpool: use argparse for argument handlingDylan Baker2018-10-311-11/+9
* python: Open the template as text, with an explicit encodingMathieu Bridon2018-08-171-3/+2
* python: Help Python 2 print the lineMathieu Bridon2018-08-171-0/+5
* python: Rework bytes/unicode string handlingMathieu Bridon2018-08-101-10/+31
* python: Use open(), not file()Mathieu Bridon2018-08-011-1/+3
* python: Better check for keys in dictsMathieu Bridon2018-07-241-2/+2
* python: Use the print functionMathieu Bridon2018-07-061-8/+9
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-0/+203