From 902c52de559e2db35f95a77a65cc8f604403e02e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 Mar 2010 21:13:18 +0000 Subject: [PATCH] Use writemsg instead of print. Also don't use _ as a variable name since it collides with _ from portage.localization. (trunk r15509) svn path=/main/branches/2.1.7/; revision=15707 --- pym/portage/dbapi/vartree.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 87d7c170a..d1228458a 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -2,8 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -from __future__ import print_function - __all__ = [ "vardbapi", "vartree", "dblink"] + \ ["write_contents", "tar_contents"] -- 2.26.2