maint/toposort: Make shebang be python3, not python

Otherwise it doesn't work on sane systems where /usr/bin/python is
never an incompatible version from previously.
This commit is contained in:
Ian Jackson 2022-06-08 17:16:45 +01:00
parent d202c3e9ca
commit ba016053de
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# Helper script: makes sure that the crates as listed in Cargo.toml are
# topologically sorted from lowest-level to highest level.