From d21a2fa94f571100e30f5b755e5050246bcfbbdd Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 20 Dec 2020 17:12:31 -0500 Subject: Remove imports from __future__ gentoolkit supports only Python 3.6+ now, so these are not used. Signed-off-by: Matt Turner --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 777b7f3..a9cd80c 100755 --- a/setup.py +++ b/setup.py @@ -1,8 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function - - import re import sys import subprocess -- cgit v1.2.3