From 46f085e73a50962b0148676be4381241381b869b Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 20 Sep 2009 16:41:30 +0000 Subject: Support print() function with Python 2 in more files. svn path=/main/trunk/; revision=14295 --- pym/portage/cvstree.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym/portage/cvstree.py') diff --git a/pym/portage/cvstree.py b/pym/portage/cvstree.py index de448fdd1..1ecffa493 100644 --- a/pym/portage/cvstree.py +++ b/pym/portage/cvstree.py @@ -3,6 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +from __future__ import print_function + import codecs import re import time -- cgit v1.2.3-1-g7c22