Remove unused print() import. (trunk r15502)
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 21:10:06 +0000 (21:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 21:10:06 +0000 (21:10 -0000)
svn path=/main/branches/2.1.7/; revision=15700

pym/portage/__init__.py

index ef94ad7eea4b13b2b56d1e51d56379deeb6499ff..2441fac6f2bcb62fe6039ccf6251d03a5e446fe6 100644 (file)
@@ -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"
 
 # ===========================================================================