From 465a3dddc2a9f6b16eeddef6128f0c3371a818e0 Mon Sep 17 00:00:00 2001 From: Eric Guo Date: Sat, 8 Feb 2014 23:15:34 +0800 Subject: [PATCH] Remove vim header We don't need vim modelines in each source file, it can be set in user's vimrc. Change-Id: Ie51ad62946afdf39eadcd59edaf8134ec10265c6 Closes-Bug: #1229324 --- __init__.py | 1 - core.py | 2 -- ec2_token.py | 2 -- s3_token.py | 2 -- 4 files changed, 7 deletions(-) diff --git a/__init__.py b/__init__.py index 9bfd68ff..d805f82d 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # flake8: noqa # Copyright 2012 OpenStack Foundation diff --git a/core.py b/core.py index 11bd21d7..8d6cf518 100644 --- a/core.py +++ b/core.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/ec2_token.py b/ec2_token.py index 1f4e8c8a..36589084 100644 --- a/ec2_token.py +++ b/ec2_token.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. diff --git a/s3_token.py b/s3_token.py index 6e55001d..5533427a 100644 --- a/s3_token.py +++ b/s3_token.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2012 OpenStack Foundation # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration.