Trivial: Remove vim header from source files

Change-Id: Id27a73c58e8a0622329f17af86ffda30e7d0aea9
Trivial: Remove vim header from source files
This commit is contained in:
pangliye 2016-12-20 22:42:10 -05:00
parent 31e0d00b2a
commit 015b2b02dd
3 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# #
# # Copyright (c) 2011 OpenStack, LLC. # # Copyright (c) 2011 OpenStack, LLC.
# All Rights Reserved. # All Rights Reserved.

View File

@ -1,5 +1,3 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright (c) 2011 OpenStack, LLC. # Copyright (c) 2011 OpenStack, LLC.
# All Rights Reserved. # All Rights Reserved.
# #

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2010 United States Government as represented by the # Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration. # Administrator of the National Aeronautics and Space Administration.