X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=blobdiff_plain;f=source%2Fsteps%2FConfirmInstallWithUser.py;h=1a18387c98f3327380db51b5ca3d4e649cd07566;hp=7144e15ae1e85b8e4c221bacd07eef33840d9594;hb=bca9d15033c15123b21196e9f24fac8c1b84675d;hpb=1e11592251ab599965bb7dc88b631d14e9be1a60 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 = \