]> git.itanic.dy.fi Git - emerge-timer/commit
Fix correct newline behaviour in python3 master
authorEsko Kokkonen <esko.kokkonen@gmail.com>
Thu, 4 Sep 2014 15:44:01 +0000 (18:44 +0300)
committerEsko Kokkonen <esko.kokkonen@gmail.com>
Thu, 4 Sep 2014 15:44:01 +0000 (18:44 +0300)
commit9b902fcc1566094bfccc39ce4c2f0b5f97e10e9f
tree94bb5c38ad94e4cc326ac4930af7815e698f30b5
parent249b3ef17a6fe93fda79cbabf2d51234310473cb
Fix correct newline behaviour in python3

Newlines in print command behave differently in python3 which was
causing ugly printouts in "-c" mode. Other modes may be affected as
well.
emerge-timer.py