Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15504 - main/trunk/pym/portage/tests
Date: Mon, 01 Mar 2010 03:38:15
Message-Id: E1NlwSR-0005YS-Dp@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-03-01 03:38:09 +0000 (Mon, 01 Mar 2010)
3 New Revision: 15504
4
5 Modified:
6 main/trunk/pym/portage/tests/runTests
7 Log:
8 Remove unused print_function.
9
10
11 Modified: main/trunk/pym/portage/tests/runTests
12 ===================================================================
13 --- main/trunk/pym/portage/tests/runTests 2010-03-01 01:06:24 UTC (rev 15503)
14 +++ main/trunk/pym/portage/tests/runTests 2010-03-01 03:38:09 UTC (rev 15504)
15 @@ -4,8 +4,6 @@
16 # Distributed under the terms of the GNU General Public License v2
17 # $Id$
18
19 -from __future__ import print_function
20 -
21 import os, sys
22 import os.path as osp