X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FConfirmInstallWithUser.py;h=1a18387c98f3327380db51b5ca3d4e649cd07566;hb=bca9d15033c15123b21196e9f24fac8c1b84675d;hp=7144e15ae1e85b8e4c221bacd07eef33840d9594;hpb=f52080486db907ba6557d1047730c638c4562790;p=bootmanager.git diff --git a/source/steps/ConfirmInstallWithUser.py b/source/steps/ConfirmInstallWithUser.py index 7144e15..1a18387 100644 --- a/source/steps/ConfirmInstallWithUser.py +++ b/source/steps/ConfirmInstallWithUser.py @@ -6,6 +6,8 @@ # Copyright (c) 2004-2006 The Trustees of Princeton University # All rights reserved. +from __future__ import print_function + from Exceptions import * welcome_message= \ @@ -49,7 +51,7 @@ def Run(vars, log): try: confirmation = "" install = 0 - print welcome_message + print(welcome_message) while confirmation not in ("yes","no"): confirmation = \