Mercurial > p > roundup > code
comparison roundup/admin.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 |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 18 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 18 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 19 # | 19 # |
| 20 | 20 |
| 21 """Administration commands for maintaining Roundup trackers. | 21 """Administration commands for maintaining Roundup trackers. |
| 22 """ | 22 """ |
| 23 from __future__ import print_function | |
| 24 | |
| 25 __docformat__ = 'restructuredtext' | 23 __docformat__ = 'restructuredtext' |
| 26 import csv | 24 import csv |
| 27 import getopt | 25 import getopt |
| 28 import getpass | 26 import getpass |
| 29 import operator | 27 import operator |
