comparison scripts/contributors.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 4919435ac231
children
comparison
equal deleted inserted replaced
8561:395c258636ad 8562:9c3ec0a5c7fc
4 Public domain work by: 4 Public domain work by:
5 5
6 anatoly techtonik <techtonik@gmail.com> 6 anatoly techtonik <techtonik@gmail.com>
7 7
8 """ 8 """
9
10 from __future__ import print_function
11 9
12 from subprocess import check_output 10 from subprocess import check_output
13 11
14 # --- output settings 12 # --- output settings
15 contributors_by_year = True 13 contributors_by_year = True

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