Mercurial > p > roundup > code
diff scripts/schema-dump.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 | 8d81f89ba246 |
| children |
line wrap: on
line diff
--- a/scripts/schema-dump.py Wed Apr 08 21:10:32 2026 -0400 +++ b/scripts/schema-dump.py Wed Apr 08 21:39:40 2026 -0400 @@ -14,9 +14,7 @@ [ ] lossless dump/restore cycle [ ] data dump and filtering with preserved -Works in Python 2 as well. """ -from __future__ import print_function __license__ = "Public Domain" __version__ = "1.1"
