projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee24c5
)
Remove unused print_function.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 1 Mar 2010 03:38:09 +0000
(
03:38
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 1 Mar 2010 03:38:09 +0000
(
03:38
-0000)
svn path=/main/trunk/; revision=15504
pym/portage/tests/runTests
patch
|
blob
|
history
diff --git
a/pym/portage/tests/runTests
b/pym/portage/tests/runTests
index 5f42e29dc216ec7d92a73fa153993f41af01c298..7cdf5762a6306a0abc5b57245f98a7f3eb759a35 100755
(executable)
--- 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