summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 21:13:18 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 21:13:18 +0000
commit902c52de559e2db35f95a77a65cc8f604403e02e (patch)
tree9140f29defa60c8d40111cf6eb95a08e7853a4dc
parentMove imports to the top and use writemsg_stdout instead of print(). (diff)
downloadportage-multirepo-902c52de559e2db35f95a77a65cc8f604403e02e.tar.gz
portage-multirepo-902c52de559e2db35f95a77a65cc8f604403e02e.tar.bz2
portage-multirepo-902c52de559e2db35f95a77a65cc8f604403e02e.zip
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
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 87d7c170..d1228458 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"]