From: Zac Medico Date: Tue, 2 Mar 2010 21:13:18 +0000 (-0000) Subject: Use writemsg instead of print. Also don't use _ as a variable name since it X-Git-Tag: v2.1.8~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=902c52de559e2db35f95a77a65cc8f604403e02e;p=portage.git 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 --- 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"]