synchronized developers and entries

This commit is contained in:
Trilarion
2020-09-07 16:39:47 +02:00
parent 8a08425e09
commit 625871062f
5 changed files with 103 additions and 16 deletions

View File

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