ha/service-mgmt-client/sm-client
Erich Cordoba 59321f0438 Remove not needed shebangs in sm_client
The linters in the Opensuse build service are failing because sm_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.

Also, the linter fails as `/usr/bin/env python` is used causing that the
dependency discovery tool fails. It is safe to use `/usr/bin/python` as
currently we don't provide any other python version.

Story: 2006508
Task: 36647

Change-Id: If3f83b9562414c3392515828a3c716a5bc23015d
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
2019-09-16 08:34:39 -05:00
..
doc/source StarlingX open source release updates 2018-05-31 07:36:26 -07:00
sm_client Remove not needed shebangs in sm_client 2019-09-16 08:34:39 -05:00
tools_junk Fix flake8 errors and disable ignore case 2018-11-07 08:12:37 +08:00
usr/bin Remove not needed shebangs in sm_client 2019-09-16 08:34:39 -05:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:36:26 -07:00
requirements.txt StarlingX open source release updates 2018-05-31 07:36:26 -07:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-10 14:46:38 +00:00
setup.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00

README.rst

Python bindings for the Service Management API

A python and command line client library for Service Management.