From 69cf3abddc6de3289ecc2dc8de74c8c439cb7d42 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Tue, 2 Nov 2010 14:41:58 +0100 Subject: [PATCH] Remove shebang line from ganeti.server.* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some of then were forgotten. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: RenΓ© Nussbaumer <rn@google.com> --- lib/server/confd.py | 2 +- lib/server/masterd.py | 2 +- lib/server/noded.py | 2 +- lib/server/rapi.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/server/confd.py b/lib/server/confd.py index 1622aa490..b24a495c1 100644 --- a/lib/server/confd.py +++ b/lib/server/confd.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +# # # Copyright (C) 2009, 2010 Google Inc. diff --git a/lib/server/masterd.py b/lib/server/masterd.py index 3557e3aee..bb6d620ac 100644 --- a/lib/server/masterd.py +++ b/lib/server/masterd.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +# # # Copyright (C) 2006, 2007, 2010 Google Inc. diff --git a/lib/server/noded.py b/lib/server/noded.py index b3064527e..14d6bb5d7 100644 --- a/lib/server/noded.py +++ b/lib/server/noded.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +# # # Copyright (C) 2006, 2007, 2010 Google Inc. diff --git a/lib/server/rapi.py b/lib/server/rapi.py index 5e8cfa10d..b3a71aa08 100644 --- a/lib/server/rapi.py +++ b/lib/server/rapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +# # # Copyright (C) 2006, 2007, 2008, 2009, 2010 Google Inc. -- GitLab