commit:     9afa1720b0c155a9120bd76f26de89aed4d32487
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 19:26:57 2022 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 19:26:57 2022 +0000
URL:        https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=9afa1720

Some py2 compat. cleanup

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 bin/mirrorselect              | 4 ----
 mirrorselect/mirrorparser3.py | 2 +-
 setup.py                      | 2 --
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/bin/mirrorselect b/bin/mirrorselect
index b14dd26..bcdd73f 100755
--- a/bin/mirrorselect
+++ b/bin/mirrorselect
@@ -29,10 +29,6 @@ Distributed under the terms of the GNU General Public 
License v2
 
 """
 
-from __future__ import print_function
-
-
-
 
 import sys
 

diff --git a/mirrorselect/mirrorparser3.py b/mirrorselect/mirrorparser3.py
index c9349cb..089f949 100644
--- a/mirrorselect/mirrorparser3.py
+++ b/mirrorselect/mirrorparser3.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # coding: utf-8
 
 """Mirrorselect 2.x

diff --git a/setup.py b/setup.py
index 0d68f07..9111d5e 100755
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,6 @@
 #!/usr/bin/env python
 # coding: utf-8
 
-from __future__ import print_function
-
 
 import logging
 import re

Reply via email to