Remove vim header

Vim settings can be done in your vimrc file, there is no need to add
them in each source files. Also if set incorrectly, gate (pep8 check)
will catch your mistakes.

NOTE: openstack.common files are left untouched because they should be
fixed in oslo.

Change-Id: I96fe6479e64a13766e7a974727405423a66cd496
Closes-Bug: #1229324
This commit is contained in:
ZhiQiang Fan 2013-12-28 15:51:05 +08:00
parent e9897ff9b9
commit d804628933
4 changed files with 0 additions and 9 deletions

View File

@ -1,5 +1,3 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 IBM Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,5 +1,3 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 IBM Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,6 +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

View File

@ -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