diff options
author | Christopher Baines <mail@cbaines.net> | 2016-02-27 13:24:51 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-02-27 13:24:51 +0000 |
commit | 9c905eaa1375d2e7c13c4a3e43ea3feca4688950 (patch) | |
tree | bec0938c50de5c74880eead4ecdef5384b44dee5 /prometheus_pgbouncer_exporter | |
parent | ff067572f86b9d653528ee5ce3601d968c3683f4 (diff) | |
download | prometheus-pgbouncer-exporter-9c905eaa1375d2e7c13c4a3e43ea3feca4688950.tar prometheus-pgbouncer-exporter-9c905eaa1375d2e7c13c4a3e43ea3feca4688950.tar.gz |
Remove the #! where its unnecessary
Diffstat (limited to 'prometheus_pgbouncer_exporter')
-rw-r--r-- | prometheus_pgbouncer_exporter/collectors.py | 2 | ||||
-rw-r--r-- | prometheus_pgbouncer_exporter/exposition.py | 2 | ||||
-rw-r--r-- | prometheus_pgbouncer_exporter/utils.py | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/prometheus_pgbouncer_exporter/collectors.py b/prometheus_pgbouncer_exporter/collectors.py index 424189d..222e79b 100644 --- a/prometheus_pgbouncer_exporter/collectors.py +++ b/prometheus_pgbouncer_exporter/collectors.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 - # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/prometheus_pgbouncer_exporter/exposition.py b/prometheus_pgbouncer_exporter/exposition.py index 0774e9a..5eceb6c 100644 --- a/prometheus_pgbouncer_exporter/exposition.py +++ b/prometheus_pgbouncer_exporter/exposition.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 - # Copyright (C) 2015 Christopher Baines <mail@cbaines.net> # # This program is free software: you can redistribute it and/or modify diff --git a/prometheus_pgbouncer_exporter/utils.py b/prometheus_pgbouncer_exporter/utils.py index 6789290..12e9ddd 100644 --- a/prometheus_pgbouncer_exporter/utils.py +++ b/prometheus_pgbouncer_exporter/utils.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 - # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or |