proj/mirrorselect:master commit in: mirrorselect/, mirrorselect/selectors/

"Mike Gilbert" <[email protected]> Sun, 02 Aug 2026 18:06:12 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785693919.6cbfe9f8f04141afcdb8a609f0cb65c7f6272a19.floppym@gentoo>
commit:     6cbfe9f8f04141afcdb8a609f0cb65c7f6272a19
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 18:03:59 2026 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 18:05:19 2026 +0000
URL:        https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=6cbfe9f8

Remove shebangs from modules

Keep it in mirrorparser3.py since it does something useful when invoked
as a script.

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 mirrorselect/main.py                  | 2 --
 mirrorselect/output.py                | 2 --
 mirrorselect/selectors/deep.py        | 2 --
 mirrorselect/selectors/interactive.py | 2 --
 mirrorselect/selectors/shallow.py     | 2 --
 mirrorselect/version.py               | 2 --
 6 files changed, 12 deletions(-)

diff --git a/mirrorselect/main.py b/mirrorselect/main.py
index ccbdb1c..40b806f 100644
--- a/mirrorselect/main.py
+++ b/mirrorselect/main.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 """Mirrorselect 2.x
  Tool for selecting Gentoo source and rsync mirrors.
 

diff --git a/mirrorselect/output.py b/mirrorselect/output.py
index 4bb0a34..e926e02 100644
--- a/mirrorselect/output.py
+++ b/mirrorselect/output.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 """Mirrorselect 2.x
  Tool for selecting Gentoo source and rsync mirrors.
 

diff --git a/mirrorselect/selectors/deep.py b/mirrorselect/selectors/deep.py
index c3d7881..7c0d16b 100644
--- a/mirrorselect/selectors/deep.py
+++ b/mirrorselect/selectors/deep.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 """Mirrorselect 2.x
  Tool for selecting Gentoo source and rsync mirrors.
 

diff --git a/mirrorselect/selectors/interactive.py b/mirrorselect/selectors/interactive.py
index 19a4aa1..e4be0fb 100644
--- a/mirrorselect/selectors/interactive.py
+++ b/mirrorselect/selectors/interactive.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 """Mirrorselect 2.x
  Tool for selecting Gentoo source and rsync mirrors.
 

diff --git a/mirrorselect/selectors/shallow.py b/mirrorselect/selectors/shallow.py
index 3d7b037..3f70e69 100644
--- a/mirrorselect/selectors/shallow.py
+++ b/mirrorselect/selectors/shallow.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 """Mirrorselect 2.x
  Tool for selecting Gentoo source and rsync mirrors.
 

diff --git a/mirrorselect/version.py b/mirrorselect/version.py
index a4ba18b..c985b92 100644
--- a/mirrorselect/version.py
+++ b/mirrorselect/version.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 """Mirrorselect 2.x
  Tool for selecting Gentoo source and rsync mirrors.