summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache
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/cache
parent8243a08d6d2121e4c1e92201c9d4361df42e5d8f (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/cache')
-rw-r--r--pym/portage/cache/util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/cache/util.py b/pym/portage/cache/util.py
index 8eee5971d..55bcb015c 100644
--- a/pym/portage/cache/util.py
+++ b/pym/portage/cache/util.py
@@ -3,6 +3,8 @@
# License: GPL2
# $Id$
+from __future__ import print_function
+
__all__ = ["mirror_cache", "non_quiet_mirroring", "quiet_mirroring"]
from itertools import chain