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