From: Zac Medico Date: Sun, 28 Feb 2010 20:35:44 +0000 (-0000) Subject: Remove unused print() import. X-Git-Tag: v2.2_rc64~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8467e4032804662608a478ea5c8deaaadd081b38;p=portage.git Remove unused print() import. svn path=/main/trunk/; revision=15502 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index ef94ad7ee..2441fac6f 100644 --- 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" # ===========================================================================