Mercurial > p > roundup > code
changeset 8319:5e6ff4e9cacb
build: issue2551397: remove support for python 3.6
One last file with a 3.6 reference.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 20:31:16 -0400 |
| parents | 9369e0958312 |
| children | b07165add61b |
| files | roundup/rest.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/rest.py Sun May 11 20:26:42 2025 -0400 +++ b/roundup/rest.py Sun May 11 20:31:16 2025 -0400 @@ -38,7 +38,7 @@ logger = logging.getLogger('roundup.rest') try: - # if dicttoxml2 (or dicttoxml for Python <= 3.6) + # if dicttoxml2 # is installed in roundup directory, use it from roundup.dicttoxml2 import dicttoxml except ImportError:
