From: Michael Hanselmann Date: Tue, 2 Nov 2010 13:41:58 +0000 (+0100) Subject: Remove shebang line from ganeti.server.* X-Git-Tag: v2.3.0rc1~16 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/69cf3abddc6de3289ecc2dc8de74c8c439cb7d42 Remove shebang line from ganeti.server.* Some of then were forgotten. Signed-off-by: Michael Hanselmann Reviewed-by: René Nussbaumer --- diff --git a/lib/server/confd.py b/lib/server/confd.py index 1622aa4..b24a495 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 3557e3a..bb6d620 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 b306452..14d6bb5 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 5e8cfa1..b3a71aa 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.