Mercurial > p > roundup > code
diff roundup/test/tx_Source_detector.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 | 137aabd876ad |
| children |
line wrap: on
line diff
--- a/roundup/test/tx_Source_detector.py Wed Apr 08 21:10:32 2026 -0400 +++ b/roundup/test/tx_Source_detector.py Wed Apr 08 21:39:40 2026 -0400 @@ -14,8 +14,6 @@ # Note that the calls are interleaved, but the proper # tx_Source is associated with the same ticket. -from __future__ import print_function - def tx_SourceCheckAudit(db, cl, nodeid, newvalues): ''' An auditor to print the value of the source of the
