From: Brian Dolbec Date: Tue, 30 Jul 2013 08:06:05 +0000 (-0700) Subject: Fix a py3 syntax error, use print() X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f46d9c21bf3f6a172180b151afcf2443e58517d;p=catalyst.git Fix a py3 syntax error, use print() Bug reported by Michael Weber --- diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 75ad7f9f..5c30537b 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -287,7 +287,7 @@ show_debug() { echo "DEBUG:" echo "Profile/target info:" echo "Profile inheritance:" - python -c 'import portage; print portage.settings.profiles' + python -c 'import portage; print(portage.settings.profiles)' echo # TODO: make this work on non-portage emerge --info