From: Zac Medico Date: Tue, 2 Mar 2010 21:10:06 +0000 (-0000) Subject: Remove unused print() import. (trunk r15502) X-Git-Tag: v2.1.8~23 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0e40350730ea128cff6c45e56864eb90e63f54f6;p=portage.git Remove unused print() import. (trunk r15502) svn path=/main/branches/2.1.7/; revision=15700 --- 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" # ===========================================================================