Remove python shebangs from python modules

This commit removes python shebangs from the python modules. They're
just python modules, so we don't need to have python shebangs for them.

Change-Id: I6f4428cf20be6f5ef2142030b4ede235444a4336
This commit is contained in:
Masayuki Igawa 2019-08-08 13:11:26 +09:00
parent ecc33b29c8
commit 3772790950
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Copyright 2014 Dell Inc.
# 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

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Copyright 2015 Dell Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# 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