aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-02-27 13:24:51 +0000
committerChristopher Baines <mail@cbaines.net>2016-02-27 13:24:51 +0000
commit9c905eaa1375d2e7c13c4a3e43ea3feca4688950 (patch)
treebec0938c50de5c74880eead4ecdef5384b44dee5
parentff067572f86b9d653528ee5ce3601d968c3683f4 (diff)
downloadprometheus-pgbouncer-exporter-9c905eaa1375d2e7c13c4a3e43ea3feca4688950.tar
prometheus-pgbouncer-exporter-9c905eaa1375d2e7c13c4a3e43ea3feca4688950.tar.gz
Remove the #! where its unnecessary
-rw-r--r--prometheus_pgbouncer_exporter/collectors.py2
-rw-r--r--prometheus_pgbouncer_exporter/exposition.py2
-rw-r--r--prometheus_pgbouncer_exporter/utils.py2
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