entry: Consistently call python3

This may not be needed in practice, but it is cleaner to align all
shebangs.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2017-08-29 20:29:44 +02:00 committed by Daniel Wagner
parent 8745aabb62
commit affd1184e7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# kas - setup tool for bitbake based projects
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# kas - setup tool for bitbake based projects
#