mygnuhealth/shebang.diff

37 lines
1.7 KiB
Diff
Raw Normal View History

diff -U 3 -dHrN -- a/mygnuhealth/mygnuhealth/about.py b//mygnuhealthmygnuhealth/about.py
--- a/mygnuhealth/mygnuhealth/about.py 2021-01-16 09:24:50.543316638 +0100
+++ b/mygnuhealth/mygnuhealth/about.py 2021-01-16 12:15:37.602160209 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
##############################################################################
#
# MyGNUHealth : Mobile and Desktop PHR node for GNU Health
diff -U 3 -dHrN -- a/mygnuhealth/mygnuhealth/core.py b/mygnuhealth/mygnuhealth/core.py
--- a/mygnuhealth/mygnuhealth/core.py 2021-01-16 09:24:50.543316638 +0100
+++ b/mygnuhealth/mygnuhealth/core.py 2021-01-16 12:16:01.075227440 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
##############################################################################
#
# MyGNUHealth : Mobile and Desktop PHR node for GNU Health
diff -U 3 -dHrN -- a/mygnuhealth/mygnuhealth/myghconf.py b/mygnuhealth/mygnuhealth/myghconf.py
--- a/mygnuhealth/mygnuhealth/myghconf.py 2021-01-16 09:24:50.551316620 +0100
+++ b/mygnuhealth/mygnuhealth/myghconf.py 2021-01-16 12:16:33.784830997 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
##############################################################################
#
diff -U 3 -dHrN -- a/mygnuhealth/mygnuhealth/mygh.py b/mygnuhealth/mygnuhealth/mygh.py
--- a/mygnuhealth/mygnuhealth/mygh.py 2021-01-16 09:24:50.551316620 +0100
+++ b/mygnuhealth/mygnuhealth/mygh.py 2021-01-16 12:16:20.812869254 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
##############################################################################
#
# MyGNUHealth : Mobile and Desktop PHR node for GNU Health