additions (from f-droid) and some link updates

This commit is contained in:
Trilarion
2021-09-02 20:51:40 +02:00
parent 3150cecf85
commit a8a3174d1e
79 changed files with 1238 additions and 192 deletions

View File

@ -130,6 +130,7 @@ class ValueWithComment:
else:
return '{}'.format(self.value)
def parse(parser, transformer, content):
tree = parser.parse(content)
value = transformer.transform(tree)