From 715982bdf8b7c6bd6fb05221d82a0e1ab905336f Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sun, 10 Dec 2023 21:00:26 +0100 Subject: Upgrade to Python3. Mostly using 2to3 automatic converter with some educated guesses on my part. Produces same TMWA Makefile as py2 attoconf. YMMV. --- attoconf/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attoconf/help.py') diff --git a/attoconf/help.py b/attoconf/help.py index 0fbc0a3..777becb 100644 --- a/attoconf/help.py +++ b/attoconf/help.py @@ -15,7 +15,7 @@ # 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 + def put_line_in_width(file, line, width, indent): ''' Print a line with wrapping. -- cgit v1.2.3-60-g2f50