Use writemsg instead of print. Also don't use _ as a variable name since it
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 21:13:18 +0000 (21:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 21:13:18 +0000 (21:13 -0000)
collides with _ from portage.localization. (trunk r15509)

svn path=/main/branches/2.1.7/; revision=15707

pym/portage/dbapi/vartree.py

index 87d7c170afffa11a04b49b81d2ea446af8e1052a..d1228458af727fa6291e2ebc7688dc14d197be0f 100644 (file)
@@ -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"]