projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c79c9de
)
Remove unused print() import.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 28 Feb 2010 20:35:44 +0000
(20:35 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 28 Feb 2010 20:35:44 +0000
(20:35 -0000)
svn path=/main/trunk/; revision=15502
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index ef94ad7eea4b13b2b56d1e51d56379deeb6499ff..2441fac6f2bcb62fe6039ccf6251d03a5e446fe6 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-3,8
+3,6
@@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-from __future__ import print_function
-
VERSION="$Rev$"[6:-2] + "-svn"
# ===========================================================================