Remove unused print() import.
authorZac Medico <zmedico@gentoo.org>
Sun, 28 Feb 2010 20:35:44 +0000 (20:35 -0000)
committerZac 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

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"
 
 # ===========================================================================