Mercurial > p > roundup > code
diff test/db_test_base.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 | 7a7f6ee0a09e |
| children |
line wrap: on
line diff
--- a/test/db_test_base.py Wed Apr 08 21:10:32 2026 -0400 +++ b/test/db_test_base.py Wed Apr 08 21:39:40 2026 -0400 @@ -15,7 +15,6 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -from __future__ import print_function import unittest, os, shutil, errno, sys, time, pprint, os.path try:
