1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

Make python3 explicit

This commit is contained in:
Daniel Ziltener 2020-09-19 23:28:12 +02:00 committed by GitHub
parent 3cb40c51b1
commit 3b401e2585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# this wrapper exists so it can be put into /usr/bin, but still allows the
# python module to be called within the source directory during development