Mercurial > p > roundup > code
comparison roundup/date.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 | a73ac3752ac5 |
| children |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 | 17 |
| 18 """Date, time and time interval handling. | 18 """Date, time and time interval handling. |
| 19 """ | 19 """ |
| 20 from __future__ import print_function | |
| 21 __docformat__ = 'restructuredtext' | 20 __docformat__ = 'restructuredtext' |
| 22 | 21 |
| 23 import calendar | 22 import calendar |
| 24 import datetime | 23 import datetime |
| 25 import re | 24 import re |
