Mercurial > p > roundup > code
diff scripts/roundup-reminder @ 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 | 8bdee8a1ed09 |
| children |
line wrap: on
line diff
--- a/scripts/roundup-reminder Wed Apr 08 21:10:32 2026 -0400 +++ b/scripts/roundup-reminder Wed Apr 08 21:39:40 2026 -0400 @@ -27,8 +27,6 @@ TODO: possibly make this more general and configurable... ''' -from __future__ import print_function - import sys from email.mime.multipart import MIMEMultipart from email.utils import make_msgid
