blob: 08c2995350c46cecf1196e12066078095e600fa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Description: Enforce usage of Python3
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nxdialog/bin/nxdialog
+++ b/nxdialog/bin/nxdialog
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# ^^^ This is working with python2 and python3 so we choose a shebang
# that will find either version.
|