projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1dc172
)
Use writemsg instead of print. Also don't use _ as a variable name since it
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 21:13:18 +0000
(21:13 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 87d7c170afffa11a04b49b81d2ea446af8e1052a..d1228458af727fa6291e2ebc7688dc14d197be0f 100644
(file)
--- 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"]