Add shebang to gerrit_monitoring.py script
This allows to run the script without explicitly specifying the
interpreter to use.
Change-Id: I900b2dae90a87fb6bae65c6d1549ad9d5d29cd48
This commit is contained in:
parent
09eccc6e78
commit
2ea9735067
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright (C) 2020 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
Loading…
Reference in a new issue