1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-31 02:14:10 +02: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

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