timewarrior/ext/debug.py
Thomas Lauf 5ab9b86e56 Set python version explicitly to python3
- Closes #259

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2020-02-23 21:32:39 +01:00

6 lines
83 B
Python
Executable file

#!/usr/bin/env python3
import sys
for line in sys.stdin:
print(line.strip())