commit: b7defa1505c2e1207dc514523c21995f707943f4 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Mon May 30 22:22:29 2022 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Mon May 30 23:11:22 2022 +0000 URL: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=b7defa15
Remove obsolete __future__ import of print_function Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org> mirrorselect/configs.py | 3 --- mirrorselect/main.py | 3 --- mirrorselect/mirrorparser3.py | 2 -- 3 files changed, 8 deletions(-) diff --git a/mirrorselect/configs.py b/mirrorselect/configs.py index 4cba14f..2dd6cba 100644 --- a/mirrorselect/configs.py +++ b/mirrorselect/configs.py @@ -29,9 +29,6 @@ Distributed under the terms of the GNU General Public License v2 """ -from __future__ import print_function - - import os import re import shlex diff --git a/mirrorselect/main.py b/mirrorselect/main.py index c4f649f..c3b5633 100755 --- a/mirrorselect/main.py +++ b/mirrorselect/main.py @@ -30,9 +30,6 @@ Distributed under the terms of the GNU General Public License v2 """ -from __future__ import print_function - - import os import socket import sys diff --git a/mirrorselect/mirrorparser3.py b/mirrorselect/mirrorparser3.py index 16cb1c6..c9349cb 100644 --- a/mirrorselect/mirrorparser3.py +++ b/mirrorselect/mirrorparser3.py @@ -27,8 +27,6 @@ Distributed under the terms of the GNU General Public License v2 """ -from __future__ import print_function - from xml.etree import ElementTree as ET # old url's
