action_info: don't use print(), bug #483628
authorZac Medico <zmedico@gentoo.org>
Wed, 4 Sep 2013 18:59:31 +0000 (11:59 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 4 Sep 2013 18:59:31 +0000 (11:59 -0700)
commitf029338fd0e9417d7ed7700940b8506134fdb977
treec3f5aba6c859e5086f0770c56c485c5b361f4677
parentd6d555e0b43d0beee617952267406c305edecb05
action_info: don't use print(), bug #483628

Mixing print() with direct writing to stdout triggered incorrect
buffering/formatting if stdout was a pipe, at least with Python 3.3.
pym/_emerge/actions.py