movefile: import print_function
authorZac Medico <zmedico@gentoo.org>
Fri, 23 Mar 2012 19:57:47 +0000 (12:57 -0700)
committerZac 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

index 43f1b338cb879e4bdaaa489c582c72e4f4f31b82..1dd2fc402788ca5dd40820cd41765e9e030599ff 100644 (file)
@@ -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