aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-20 16:41:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-20 16:41:30 +0000
commit46f085e73a50962b0148676be4381241381b869b (patch)
tree9128bcdbb7e49debc17a85015421d7b1df8004d8 /pym/portage/elog
parentUpdate system imports for compatibility with Python 3. (diff)
downloadportage-46f085e73a50962b0148676be4381241381b869b.tar.gz
portage-46f085e73a50962b0148676be4381241381b869b.tar.bz2
portage-46f085e73a50962b0148676be4381241381b869b.zip
Support print() function with Python 2 in more files.
svn path=/main/trunk/; revision=14295
Diffstat (limited to 'pym/portage/elog')
-rw-r--r--pym/portage/elog/mod_echo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/elog/mod_echo.py b/pym/portage/elog/mod_echo.py
index f699e630c..28d77649e 100644
--- a/pym/portage/elog/mod_echo.py
+++ b/pym/portage/elog/mod_echo.py
@@ -3,6 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+from __future__ import print_function
+
from portage.output import EOutput, colorize
from portage.const import EBUILD_PHASES
from portage.localization import _