projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d2d4c
)
tests/__init__: import print_function
author
Zac Medico
<zmedico@gentoo.org>
Mon, 10 Oct 2011 01:55:30 +0000
(18:55 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 10 Oct 2011 01:55:30 +0000
(18:55 -0700)
pym/portage/tests/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/__init__.py
b/pym/portage/tests/__init__.py
index 016a4e8d2e2c29ed5da24fc03b7227efe1e6e6e6..fedb7e605a4ab52da9456f74b58e7828c2daeb3d 100644
(file)
--- a/
pym/portage/tests/__init__.py
+++ b/
pym/portage/tests/__init__.py
@@
-2,6
+2,8
@@
# Copyright 2006-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+from __future__ import print_function
+
import sys
import time
import unittest