From b7defa1505c2e1207dc514523c21995f707943f4 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Mon, 30 May 2022 15:22:29 -0700 Subject: Remove obsolete __future__ import of print_function Signed-off-by: Brian Dolbec --- mirrorselect/main.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'mirrorselect/main.py') 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 -- cgit v1.2.3-65-gdbad