timewarrior/ext/debug.py
Thomas Lauf 4f657e57d9 Switch to python 3
- #259

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-12-28 15:30:17 +01:00

6 lines
82 B
Python
Executable file

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