From 9c905eaa1375d2e7c13c4a3e43ea3feca4688950 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Feb 2016 13:24:51 +0000 Subject: Remove the #! where its unnecessary --- prometheus_pgbouncer_exporter/collectors.py | 2 -- prometheus_pgbouncer_exporter/exposition.py | 2 -- prometheus_pgbouncer_exporter/utils.py | 2 -- 3 files changed, 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 # # 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 -- cgit v1.2.3