8000 Change #!/usr/bin/python to #!/usr/bin/env python (#945) · draftcode/client_python@34553ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 34553ad

Browse files
kishan-23Kishan Verma
and
Kishan Verma
authored
Change #!/usr/bin/python to #!/usr/bin/env python (prometheus#945)
Updated #!/usr/bin/python to #!/usr/bin/env python Signed-off-by: Kishan Verma <kishanverma2312@gmail.com> Co-authored-by: Kishan Verma <kishanverma2312@gmail.com>
1 parent 4b28834 commit 34553ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

prometheus_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
from . import (
44
exposition, gc_collector, metrics, metrics_core, platform_collector,

prometheus_client/openmetrics/exposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33

44
from ..utils import floatToGoString

prometheus_client/openmetrics/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33

44
import io as StringIO

0 commit comments

Comments
 (0)
0