Mercurial > p > roundup > code
comparison roundup/scripts/roundup_mailgw.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 | dbe30d5032b8 |
| children |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 16 | 16 |
| 17 """Command-line script stub that calls the roundup.mailgw. | 17 """Command-line script stub that calls the roundup.mailgw. |
| 18 """ | 18 """ |
| 19 from __future__ import print_function | |
| 20 | |
| 21 __docformat__ = 'restructuredtext' | 19 __docformat__ = 'restructuredtext' |
| 22 | 20 |
| 23 | 21 |
| 24 import netrc | 22 import netrc |
| 25 import os | 23 import os |
