sonic-buildimage/files/build_scripts
Joe LeVeque d3262d10f7
[generate_asic_config_checksum.py] Convert to Python 3 (#5783)
- Convert script to Python 3
    - Need to open file in binary mode before hashing due to new string data type in Python 3 being unicode by default. This should probably have been done regardless.
- Reorganize imports alphabetically
- When running the script, don't explicitly call `python`. Instead let the program loader use the interpreter specified in the shebang (which is now `python3`).
2020-11-04 15:06:44 -08:00
..
generate_asic_config_checksum.py [generate_asic_config_checksum.py] Convert to Python 3 (#5783) 2020-11-04 15:06:44 -08:00
mask_disabled_services.py [build]: combine feature and container feature table (#5081) 2020-08-05 13:23:12 -07:00