Standardize Python files to use Python 3

Python 2 is no longer maintained, and using python3 avoids accidental invocation of outdated interpreters.

AMD-Internal: [CPUPL-6579]
This commit is contained in:
Smyth, Edward
2025-08-06 12:04:26 +01:00
committed by GitHub
parent 9d571bb5d3
commit 563b161933
10 changed files with 19 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
"""Copyright (C) 2020 - 2023, Advanced Micro Devices, Inc. All rights reserved."""
#!/usr/bin/env python3
"""Copyright (C) 2020 - 2025, Advanced Micro Devices, Inc. All rights reserved."""
import re
import subprocess
import yaml