summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-01 03:38:09 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-01 03:38:09 +0000
commitdb972d0d1b4f6884e5f2813d9cf97caae9e28be6 (patch)
tree2837e20a57ec53460e5c864525e6b5b571f9b5c2 /pym
parent2ee24c5a75529bbd221dd922e8c72eae929e002c (diff)
downloadportage-db972d0d1b4f6884e5f2813d9cf97caae9e28be6.tar.gz
portage-db972d0d1b4f6884e5f2813d9cf97caae9e28be6.tar.bz2
portage-db972d0d1b4f6884e5f2813d9cf97caae9e28be6.zip
Remove unused print_function.
svn path=/main/trunk/; revision=15504
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