build(clint): change shebang to python3

There are distributions that doesn't symlink python to python3.
This will make clint work for these without any additional steps from
the user.
This commit is contained in:
Dundar Goc 2022-04-20 23:01:15 +02:00
parent a48a0a4f7b
commit df48b355d2

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# vim: set fileencoding=utf-8
#
# Copyright (c) 2009 Google Inc. All rights reserved.