From 869ea2e61ced4d7ae1e4aa902782090996e2736d Mon Sep 17 00:00:00 2001 From: Noboru arai Date: Tue, 14 Jan 2014 16:39:41 +0000 Subject: [PATCH] Remove vim header No need to set tabstop tons of times, this can be set in your vimrc file instead. More disucssion: http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html Change-Id: I2b37758f9dbb2cad6457a879d4ed7ff0aa69ef8e Partial-Bug: #1229324 --- glanceclient/__init__.py | 2 -- tests/test_base.py | 1 - tests/test_shell.py | 1 - tests/v1/test_legacy_shell.py | 1 - tests/v1/test_shell.py | 1 - tests/v2/test_shell_v2.py | 1 - 6 files changed, 7 deletions(-) diff --git a/glanceclient/__init__.py b/glanceclient/__init__.py index f59bd0b..f967031 100644 --- a/glanceclient/__init__.py +++ b/glanceclient/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_base.py b/tests/test_base.py index d6ee6a9..239a338 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -13,7 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# vim: tabstop=4 shiftwidth=4 softtabstop=4 import testtools diff --git a/tests/test_shell.py b/tests/test_shell.py index 45cbeae..1cdee8c 100644 --- a/tests/test_shell.py +++ b/tests/test_shell.py @@ -13,7 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# vim: tabstop=4 shiftwidth=4 softtabstop=4 import argparse import os diff --git a/tests/v1/test_legacy_shell.py b/tests/v1/test_legacy_shell.py index 53adb45..f7e1077 100644 --- a/tests/v1/test_legacy_shell.py +++ b/tests/v1/test_legacy_shell.py @@ -13,7 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# vim: tabstop=4 shiftwidth=4 softtabstop=4 import mock import testtools diff --git a/tests/v1/test_shell.py b/tests/v1/test_shell.py index 4cc01dc..72e38e8 100644 --- a/tests/v1/test_shell.py +++ b/tests/v1/test_shell.py @@ -13,7 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# vim: tabstop=4 shiftwidth=4 softtabstop=4 import argparse import json diff --git a/tests/v2/test_shell_v2.py b/tests/v2/test_shell_v2.py index 916b4c2..f92765c 100644 --- a/tests/v2/test_shell_v2.py +++ b/tests/v2/test_shell_v2.py @@ -13,7 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# vim: tabstop=4 shiftwidth=4 softtabstop=4 import mock import six