mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Switch to python 3
- #259 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
4f657e57d9
commit
6c601cfeb8
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ for object in j:
|
|||
for tag in object['tags']:
|
||||
line += ',"%s"' % tag
|
||||
|
||||
print line
|
||||
print(line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue