From 058804ef1dd26ffb3f230b9a93f1e170e6e87291 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 21 Oct 2008 08:58:08 +0000 Subject: [PATCH] not all platforms have the python2 hook --- source/BootAPI.py | 2 +- source/BootServerRequest.py | 2 +- source/Exceptions.py | 2 +- source/ModelOptions.py | 2 +- source/compatibility.py | 2 +- source/notify_messages.py | 2 +- source/steps/AuthenticateWithPLC.py | 2 +- source/steps/ChainBootNode.py | 2 +- source/steps/CheckForNewDisks.py | 2 +- source/steps/CheckHardwareRequirements.py | 2 +- source/steps/ConfirmInstallWithUser.py | 2 +- source/steps/GetAndUpdateNodeDetails.py | 2 +- source/steps/InitializeBootManager.py | 2 +- source/steps/InstallBootstrapFS.py | 2 +- source/steps/InstallInit.py | 2 +- source/steps/InstallPartitionDisks.py | 2 +- source/steps/InstallUninitHardware.py | 2 +- source/steps/InstallWriteConfig.py | 2 +- source/steps/MakeInitrd.py | 2 +- source/steps/ReadNodeConfiguration.py | 2 +- source/steps/SendHardwareConfigToPLC.py | 2 +- source/steps/StartDebug.py | 2 +- source/steps/UpdateBootStateWithPLC.py | 2 +- source/steps/UpdateNodeConfiguration.py | 2 +- source/steps/ValidateNodeInstall.py | 2 +- source/steps/WriteModprobeConfig.py | 2 +- source/steps/WriteNetworkConfig.py | 2 +- source/steps/__init__.py | 2 +- source/systeminfo.py | 2 +- source/utils.py | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/source/BootAPI.py b/source/BootAPI.py index 21f1d89..7d5a5cb 100644 --- a/source/BootAPI.py +++ b/source/BootAPI.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/BootServerRequest.py b/source/BootServerRequest.py index 1af0ece..5313a23 100644 --- a/source/BootServerRequest.py +++ b/source/BootServerRequest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/Exceptions.py b/source/Exceptions.py index 915f120..9fa5301 100644 --- a/source/Exceptions.py +++ b/source/Exceptions.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/ModelOptions.py b/source/ModelOptions.py index 697b701..08912a0 100644 --- a/source/ModelOptions.py +++ b/source/ModelOptions.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/compatibility.py b/source/compatibility.py index ab2ab4a..07c3597 100644 --- a/source/compatibility.py +++ b/source/compatibility.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/notify_messages.py b/source/notify_messages.py index 6186fa0..0e2b34f 100644 --- a/source/notify_messages.py +++ b/source/notify_messages.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/AuthenticateWithPLC.py b/source/steps/AuthenticateWithPLC.py index dddb5ee..16ca497 100644 --- a/source/steps/AuthenticateWithPLC.py +++ b/source/steps/AuthenticateWithPLC.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index 2e979fc..7edcf12 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/CheckForNewDisks.py b/source/steps/CheckForNewDisks.py index e90e459..71fb867 100644 --- a/source/steps/CheckForNewDisks.py +++ b/source/steps/CheckForNewDisks.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/CheckHardwareRequirements.py b/source/steps/CheckHardwareRequirements.py index 7739f73..d3c9a88 100644 --- a/source/steps/CheckHardwareRequirements.py +++ b/source/steps/CheckHardwareRequirements.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/ConfirmInstallWithUser.py b/source/steps/ConfirmInstallWithUser.py index 7d2a6e3..6d40d5d 100644 --- a/source/steps/ConfirmInstallWithUser.py +++ b/source/steps/ConfirmInstallWithUser.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/GetAndUpdateNodeDetails.py b/source/steps/GetAndUpdateNodeDetails.py index a548888..68aae8f 100644 --- a/source/steps/GetAndUpdateNodeDetails.py +++ b/source/steps/GetAndUpdateNodeDetails.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/InitializeBootManager.py b/source/steps/InitializeBootManager.py index d482133..c037a0e 100644 --- a/source/steps/InitializeBootManager.py +++ b/source/steps/InitializeBootManager.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 5e27857..291ffa6 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/InstallInit.py b/source/steps/InstallInit.py index 2e6b66b..828045f 100644 --- a/source/steps/InstallInit.py +++ b/source/steps/InstallInit.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index e49f0f9..014fcd7 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/InstallUninitHardware.py b/source/steps/InstallUninitHardware.py index df99515..5f9dd61 100644 --- a/source/steps/InstallUninitHardware.py +++ b/source/steps/InstallUninitHardware.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/InstallWriteConfig.py b/source/steps/InstallWriteConfig.py index 16cf5f1..88b89ab 100644 --- a/source/steps/InstallWriteConfig.py +++ b/source/steps/InstallWriteConfig.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/MakeInitrd.py b/source/steps/MakeInitrd.py index f742859..043db9c 100644 --- a/source/steps/MakeInitrd.py +++ b/source/steps/MakeInitrd.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -u +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/ReadNodeConfiguration.py b/source/steps/ReadNodeConfiguration.py index 1734d70..5337aa5 100644 --- a/source/steps/ReadNodeConfiguration.py +++ b/source/steps/ReadNodeConfiguration.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/SendHardwareConfigToPLC.py b/source/steps/SendHardwareConfigToPLC.py index 3f9fb9b..70beed5 100644 --- a/source/steps/SendHardwareConfigToPLC.py +++ b/source/steps/SendHardwareConfigToPLC.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/StartDebug.py b/source/steps/StartDebug.py index 1bc6d23..2f47509 100644 --- a/source/steps/StartDebug.py +++ b/source/steps/StartDebug.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/UpdateBootStateWithPLC.py b/source/steps/UpdateBootStateWithPLC.py index cb9cff3..3c052be 100644 --- a/source/steps/UpdateBootStateWithPLC.py +++ b/source/steps/UpdateBootStateWithPLC.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -u +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/UpdateNodeConfiguration.py b/source/steps/UpdateNodeConfiguration.py index e086d36..d24dd18 100644 --- a/source/steps/UpdateNodeConfiguration.py +++ b/source/steps/UpdateNodeConfiguration.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -u +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index 7505335..e16e736 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -u +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/WriteModprobeConfig.py b/source/steps/WriteModprobeConfig.py index dd91c57..e193384 100644 --- a/source/steps/WriteModprobeConfig.py +++ b/source/steps/WriteModprobeConfig.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -u +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/WriteNetworkConfig.py b/source/steps/WriteNetworkConfig.py index edc9e4d..2f8c0f6 100644 --- a/source/steps/WriteNetworkConfig.py +++ b/source/steps/WriteNetworkConfig.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # $Id$ # # Copyright (c) 2003 Intel Corporation diff --git a/source/steps/__init__.py b/source/steps/__init__.py index e627e1f..d1979a6 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/systeminfo.py b/source/systeminfo.py index 1c921a2..b7ec3ee 100755 --- a/source/systeminfo.py +++ b/source/systeminfo.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/utils.py b/source/utils.py index 35496ed..fcab87d 100644 --- a/source/utils.py +++ b/source/utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. -- 2.43.0