summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 21:10:28 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 21:10:28 +0000
commit85b8c83fadff22280877817bcd8d930efa8d04b1 (patch)
treea70a372e8ac412cd1719fc595d20901a6402e6e4 /pym
parent36eaf1b6b31b1f8547253cca9f1852a19d0bd9e0 (diff)
downloadportage-85b8c83fadff22280877817bcd8d930efa8d04b1.tar.gz
portage-85b8c83fadff22280877817bcd8d930efa8d04b1.tar.bz2
portage-85b8c83fadff22280877817bcd8d930efa8d04b1.zip
Remove unused print_function. (trunk r15504)
svn path=/main/branches/2.1.7/; revision=15702
Diffstat (limited to 'pym')
-rwxr-xr-xpym/portage/tests/runTests2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/tests/runTests b/pym/portage/tests/runTests
index 5f42e29dc..7cdf5762a 100755
--- a/pym/portage/tests/runTests
+++ b/pym/portage/tests/runTests
@@ -4,8 +4,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-from __future__ import print_function
-
import os, sys
import os.path as osp