From 36562d847999730634663d8a80c3cfdff36bd027 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Wed, 5 Jun 2024 20:05:31 +0000 Subject: python3: Strip old __future__ references --- configure | 2 -- tools/colorize | 2 -- tools/config.py | 2 -- tools/debug-debug-scripts | 1 - tools/indenter | 1 - tools/protocol.py | 2 -- 6 files changed, 10 deletions(-) diff --git a/configure b/configure index 7a7a9ef..31c0c47 100755 --- a/configure +++ b/configure @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with attoconf. If not, see . -from __future__ import print_function, division, absolute_import - import os import sys diff --git a/tools/colorize b/tools/colorize index 849fb61..205a1bc 100755 --- a/tools/colorize +++ b/tools/colorize @@ -1,7 +1,5 @@ #!/usr/bin/env python3 -from __future__ import print_function - import os import sys diff --git a/tools/config.py b/tools/config.py index a2645d8..ce61440 100755 --- a/tools/config.py +++ b/tools/config.py @@ -20,8 +20,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from __future__ import print_function - import glob import os diff --git a/tools/debug-debug-scripts b/tools/debug-debug-scripts index cfdc31f..5ba7ecb 100755 --- a/tools/debug-debug-scripts +++ b/tools/debug-debug-scripts @@ -1,6 +1,5 @@ #!/usr/bin/env python3 # encoding: utf-8 -from __future__ import print_function copyright = ''' // Copyright © 2014 Ben Longbons diff --git a/tools/indenter b/tools/indenter index f7c1657..1d44581 100755 --- a/tools/indenter +++ b/tools/indenter @@ -20,7 +20,6 @@ ## along with this program. If not, see . -from __future__ import print_function from collections import namedtuple import cStringIO diff --git a/tools/protocol.py b/tools/protocol.py index 08c82b2..86515d2 100755 --- a/tools/protocol.py +++ b/tools/protocol.py @@ -20,8 +20,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from __future__ import print_function - import glob import itertools import os -- cgit v1.2.3-70-g09d2