Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15502 - main/trunk/pym/portage
Date: Sun, 28 Feb 2010 20:35:48
Message-Id: E1Nlprd-0004Rx-3N@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-02-28 20:35:44 +0000 (Sun, 28 Feb 2010)
3 New Revision: 15502
4
5 Modified:
6 main/trunk/pym/portage/__init__.py
7 Log:
8 Remove unused print() import.
9
10
11 Modified: main/trunk/pym/portage/__init__.py
12 ===================================================================
13 --- main/trunk/pym/portage/__init__.py 2010-02-28 20:33:01 UTC (rev 15501)
14 +++ main/trunk/pym/portage/__init__.py 2010-02-28 20:35:44 UTC (rev 15502)
15 @@ -3,8 +3,6 @@
16 # Distributed under the terms of the GNU General Public License v2
17 # $Id$
18
19 -from __future__ import print_function
20 -
21 VERSION="$Rev$"[6:-2] + "-svn"
22
23 # ===========================================================================