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) 2016 Wind River Systems, Inc.
#

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2012 SINA Corporation

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright (c) 2011 OpenStack Foundation.

View File

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

View File

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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright (c) 2018 Wind River Systems, Inc.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright (c) 2018 Wind River Systems, Inc.

View File

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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Red Hat, Inc.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Red Hat, Inc.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Red Hat, Inc.

View File

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

View File

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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Red Hat, Inc.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Wind River, Inc.
# All Rights Reserved.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright (c) 2018 Wind River Systems, Inc.

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright (c) 2019 Wind River Systems, Inc.

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Red Hat, Inc.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Red Hat, Inc.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Red Hat, Inc.

View File

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

View File

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

View File

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