projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c33fe80
)
movefile: import print_function
author
Zac Medico
<zmedico@gentoo.org>
Fri, 23 Mar 2012 19:57:47 +0000
(12:57 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 23 Mar 2012 19:57:47 +0000
(12:57 -0700)
This fixes printing of tuples under python-2.x, as shown in
bug #402323.
pym/portage/util/movefile.py
patch
|
blob
|
history
diff --git
a/pym/portage/util/movefile.py
b/pym/portage/util/movefile.py
index 43f1b338cb879e4bdaaa489c582c72e4f4f31b82..1dd2fc402788ca5dd40820cd41765e9e030599ff 100644
(file)
--- a/
pym/portage/util/movefile.py
+++ b/
pym/portage/util/movefile.py
@@
-1,6
+1,8
@@
# Copyright 2010-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+from __future__ import print_function
+
__all__ = ['movefile']
import errno