1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-19 16:56:17 +02:00

Make python3 explicit

This commit is contained in:
Daniel Ziltener 2020-09-19 23:28:30 +02:00 committed by GitHub
parent 3b401e2585
commit 835e035799
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
from distutils.core import setup
import distutils.core