execute examples with Pyhton 3
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 24 Mar 2020 18:20:00 +0000 (18:20 +0000)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 24 Mar 2020 18:20:00 +0000 (18:20 +0000)
Last-Update: 2020-03-24

Update shebang to call Python 3 binary.

Gbp-Pq: Name python3ify_examples.patch

examples/add_person.py
examples/list_people.py

index aa0fbca7375dfd64cb4dfb2b64bf08ca28aba288..c65c3599f0d5aae511b0462f5048fd832d46a4d7 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 # See README.txt for information and build instructions.
 
index d2c294c6f5cb8b5524835df1b7fa0f505b04819f..6f6169764671f01d9c11b75540eaf15db3c4ec4d 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 # See README.txt for information and build instructions.