Switch to python 3

- #259

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-28 18:30:28 +01:00
parent 4f657e57d9
commit 6c601cfeb8

View file

@ -24,4 +24,4 @@ for object in j:
for tag in object['tags']:
line += ',"%s"' % tag
print line
print(line)