Use python3 for gtk-dialog.py

As mentioned in https://github.com/OpenRA/OpenRA/pull/20059#issuecomment-1166288560
This commit is contained in:
Unrud
2022-06-25 16:00:56 +02:00
committed by abcdefg30
parent 678f249c63
commit 0a36d6f995

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
"""A simple GTK3 graphical dialog helper that can be used as a fallback if zenity is not available
Compatible with python 2 or 3 with the gi bindings.