Switch to python 3

- #259

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

View file

@ -3,4 +3,4 @@
import sys
for line in sys.stdin:
print line.strip()
print(line.strip())