diff roundup/cgi/cgitb.py @ 8562:9c3ec0a5c7fc

chore: remove __future print_funcion from code. Not needed as of Python 3.
author John Rouillard <rouilj@ieee.org>
date Wed, 08 Apr 2026 21:39:40 -0400
parents 6763813d9d34
children
line wrap: on
line diff
--- a/roundup/cgi/cgitb.py	Wed Apr 08 21:10:32 2026 -0400
+++ b/roundup/cgi/cgitb.py	Wed Apr 08 21:39:40 2026 -0400
@@ -4,7 +4,6 @@
 
 """Extended CGI traceback handler by Ka-Ping Yee, <ping@lfw.org>.
 """
-from __future__ import print_function
 __docformat__ = 'restructuredtext'
 
 import inspect

Roundup Issue Tracker: http://roundup-tracker.org/