Skip to content

Commit

Permalink
Use python3 for gtk-dialog.py
Browse files Browse the repository at this point in the history
As mentioned in #20059 (comment)
  • Loading branch information
Unrud committed Jun 25, 2022
1 parent 0666b0f commit a106a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/linux/gtk-dialog.py
@@ -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.
Expand Down

0 comments on commit a106a65

Please sign in to comment.