Add shebang to pinvalidate.py

In the Standard Pin Names porting guide, pinvalidate.py is run
without prefixing the "python" command. But to make it possible,
a shebang needs to exist.
pull/14837/head
Lingkai Dong 2021-06-28 15:53:42 +01:00
parent 81aaef48b2
commit 5ca8aec988
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
"""
Copyright (c) 2020 ARM Limited