From 11da8deb8f40b54781eead78d31dcbbad4f2707e Mon Sep 17 00:00:00 2001 From: Marc Koderer Date: Tue, 4 Mar 2014 16:09:23 +0100 Subject: [PATCH] Remove vim headers Second round to remove all vim headers. We don't need to have the vim headers in each source files. More discussions: http://lists.openstack.org/pipermail/openstack-dev/2013-October/017353.html Change-Id: I43703e2289212389c7841f44691ae7849ed1f505 Closes-Bug: #1229324 --- keystone/tests/fixtures/__init__.py | 2 -- keystone/tests/fixtures/cache.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/keystone/tests/fixtures/__init__.py b/keystone/tests/fixtures/__init__.py index d54164c4eb..c58e3a5c73 100644 --- a/keystone/tests/fixtures/__init__.py +++ b/keystone/tests/fixtures/__init__.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/keystone/tests/fixtures/cache.py b/keystone/tests/fixtures/cache.py index b12940779b..bfbb8ffa8d 100644 --- a/keystone/tests/fixtures/cache.py +++ b/keystone/tests/fixtures/cache.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at