Mercurial > p > roundup > code
comparison roundup/rest.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 | 1ffa1f42e1da |
| children |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 2 Restful API for Roundup | 2 Restful API for Roundup |
| 3 | 3 |
| 4 This module is free software, you may redistribute it | 4 This module is free software, you may redistribute it |
| 5 and/or modify under the same terms as Python. | 5 and/or modify under the same terms as Python. |
| 6 """ | 6 """ |
| 7 | |
| 8 from __future__ import print_function | |
| 9 | 7 |
| 10 import hmac | 8 import hmac |
| 11 import json | 9 import json |
| 12 import logging | 10 import logging |
| 13 import os | 11 import os |
