mirror of
https://github.com/GothenburgBitFactory/task-timewarrior-hook.git
synced 2025-06-26 10:54:27 +02:00
MAINT: on-modify.timewarrior imports from future
This should fix #216. Untested commit.
This commit is contained in:
parent
0a08541161
commit
21e55a3ee5
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ import json
|
||||||
import subprocess
|
import subprocess
|
||||||
import shlex
|
import shlex
|
||||||
|
|
||||||
|
# For issue #216 and generally sounds like a good idea
|
||||||
|
from __future__ import print_function
|
||||||
|
|
||||||
# Hook should extract all of the following for use as Timewarrior tags:
|
# Hook should extract all of the following for use as Timewarrior tags:
|
||||||
# UUID
|
# UUID
|
||||||
# Project
|
# Project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue