diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2022-02-01 11:19:22 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2022-02-01 11:19:22 -0500 |
| commit | e23d86ca4dbc0e481ddb183149dfcdd1dd6ddc0c (patch) | |
| tree | 9852d20ed9c50cec062f4125bc49ea16f42ed8ab /scripts/code_tools | |
| parent | b7c4e27d5b973c02318559aaa6c5f029806794f2 (diff) | |
SL-13792: Cannot mix print statement and print function.
'from __future__ import print_function' not only makes the print() function
available, it also makes the Python 2 print statement invalid syntax. Until we
merge with the Python 3 branch (soon!), don't import print_function: instead
revert to 'print >> sys.stderr' statements.
Diffstat (limited to 'scripts/code_tools')
0 files changed, 0 insertions, 0 deletions
