1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 01:46:13 +01:00

Merge pull request #854 from bmwiedemann/python3

Use python3 in osc-wrapper
This commit is contained in:
Daniel Mach 2022-03-15 10:23:57 +01:00 committed by GitHub
commit da8e23ec7c
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