From 15b8a5bbdf3fb81edc6eac707bd2bd78d54394cf Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 20 Sep 2009 11:08:30 +0000 Subject: Update syntax of calls to print() for compatibility with Python 3. (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290 --- pym/portage/xpak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/xpak.py') diff --git a/pym/portage/xpak.py b/pym/portage/xpak.py index 54d2eb880..29c28af32 100644 --- a/pym/portage/xpak.py +++ b/pym/portage/xpak.py @@ -190,7 +190,7 @@ def getboth(infile): def listindex(myindex): """Print to the terminal the filenames listed in the indexglob passed in.""" for x in getindex_mem(myindex): - print x + print(x) def getindex_mem(myindex): """Returns the filenames listed in the indexglob passed in.""" -- cgit v1.2.3-1-g7c22