From f3077519ea0cd55a1c57b4b83275f576ef6dd98f Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Wed, 11 Dec 2013 13:46:42 +0400 Subject: [PATCH] Removing vim headers from savannaclient Since such cleaning happens in oslo proposed to remove these lines from python-savannaclient code Change-Id: I601828b1cfcab9ae1f7485313d7aaccfec5a64aa --- savannaclient/api/base.py | 2 -- savannaclient/api/client.py | 2 -- savannaclient/api/cluster_templates.py | 2 -- savannaclient/api/clusters.py | 2 -- savannaclient/api/helpers.py | 2 -- savannaclient/api/httpclient.py | 2 -- savannaclient/api/images.py | 2 -- savannaclient/api/node_group_templates.py | 2 -- savannaclient/api/parameters.py | 2 -- savannaclient/api/plugins.py | 2 -- 10 files changed, 20 deletions(-) diff --git a/savannaclient/api/base.py b/savannaclient/api/base.py index f8c99ccc..d5b7deb3 100644 --- a/savannaclient/api/base.py +++ b/savannaclient/api/base.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/client.py b/savannaclient/api/client.py index 9df6b891..6a55e817 100644 --- a/savannaclient/api/client.py +++ b/savannaclient/api/client.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/cluster_templates.py b/savannaclient/api/cluster_templates.py index feef595a..e773e5e5 100644 --- a/savannaclient/api/cluster_templates.py +++ b/savannaclient/api/cluster_templates.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/clusters.py b/savannaclient/api/clusters.py index 070ac289..cf248fc4 100644 --- a/savannaclient/api/clusters.py +++ b/savannaclient/api/clusters.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/helpers.py b/savannaclient/api/helpers.py index 45b5385b..104d65a5 100644 --- a/savannaclient/api/helpers.py +++ b/savannaclient/api/helpers.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/httpclient.py b/savannaclient/api/httpclient.py index 8d691d27..946e9c3f 100644 --- a/savannaclient/api/httpclient.py +++ b/savannaclient/api/httpclient.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/images.py b/savannaclient/api/images.py index 1b2291c7..6ebfae69 100644 --- a/savannaclient/api/images.py +++ b/savannaclient/api/images.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/node_group_templates.py b/savannaclient/api/node_group_templates.py index b8585a0a..e20cdd25 100644 --- a/savannaclient/api/node_group_templates.py +++ b/savannaclient/api/node_group_templates.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/parameters.py b/savannaclient/api/parameters.py index cf74db53..4575b568 100644 --- a/savannaclient/api/parameters.py +++ b/savannaclient/api/parameters.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/savannaclient/api/plugins.py b/savannaclient/api/plugins.py index eff327cf..299b6955 100644 --- a/savannaclient/api/plugins.py +++ b/savannaclient/api/plugins.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License");