From: Zac Medico Date: Mon, 1 Mar 2010 03:38:09 +0000 (-0000) Subject: Remove unused print_function. X-Git-Tag: v2.2_rc64~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=db972d0d1b4f6884e5f2813d9cf97caae9e28be6;p=portage.git Remove unused print_function. svn path=/main/trunk/; revision=15504 --- 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