]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Qualify python shebang with a version as rpmbuild complains....
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 19 Jun 2020 13:53:57 +0000 (08:53 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 19 Jun 2020 13:54:01 +0000 (08:54 -0500)
src/modules/rlm_python/example.py
src/modules/rlm_python/prepaid.py

index 7d2dc262ff130d79de10bd7c284e6b5e298d9e87..abcd966c488d240f472b3e45ad215b0e28f2b262 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # Python module example file
 # Miguel A.L. Paraz <mparaz@mparaz.com>
index 41d1728600c2da4e6232e7695b7d623794f0869a..56a09dfe8eb5b642c8168b2e6ee073fc2d5aeab5 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # Example Python module for prepaid usage using MySQL