commit | 6bdd7cf11d503be3b85320668b223fcd5cc9f2f4 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Tue Apr 26 11:37:46 2022 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Tue Apr 26 11:51:14 2022 -0400 |
tree | 29d9905b3804539e17687bc08d33a867270de143 | |
parent | 0b60b9634430caebb640ef9b943049bdc6aa8f6f [diff] |
gdb: make some random Python files Python 3-compatible I noticed that these files failed to format with Black, because they use print without parenthesis (which isn't Python 3 compatible). I don't know if these files are still relevant, but the change is trivial, so here it is. Change-Id: I116445c2b463486016f824d32effffc915b60766