diff roundup/scripts/roundup_xmlrpc_server.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 f80c566f5726
children
line wrap: on
line diff
--- a/roundup/scripts/roundup_xmlrpc_server.py	Wed Apr 08 21:10:32 2026 -0400
+++ b/roundup/scripts/roundup_xmlrpc_server.py	Wed Apr 08 21:39:40 2026 -0400
@@ -7,8 +7,6 @@
 
 
 # --- patch sys.path to make sure 'import roundup' finds correct version
-from __future__ import print_function
-
 import base64
 import getopt
 import os.path as osp

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