Remove shebang from non-executable scripts in cgts-client

The linters in the Opensuse build service are failing because cgts-client has
unneeded python shebangs in the code. This is because a python source code
file that is not intended to be executed shouldn't include this shebang.

Story: 2006508
Task: 36723

Change-Id: I7e46bd175ce3873168be6f28109aa0bd43e0bf5a
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
This commit is contained in:
Erich Cordoba
2019-09-08 09:17:42 -05:00
parent 27e3ba045e
commit fae45ff197
57 changed files with 0 additions and 57 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# Copyright (c) 2015 Wind River Systems, Inc.
#