Fix the interpreter name in examples
authorAntonio Valentino <antonio.valentino@tiscali.it>
Mon, 23 Nov 2020 12:19:02 +0000 (12:19 +0000)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Tue, 8 Dec 2020 09:02:17 +0000 (09:02 +0000)
Forwarded: not-needed

Gbp-Pq: Name 0008-Fix-the-interpreter-name-in-examples.patch

examples/earray2.py
examples/inmemory.py
examples/threading_monkeypatch.py
examples/vlarray2.py
examples/vlarray3.py
examples/vlarray4.py

index 11e8525bf570fd0849d4d9ecdee2930e494fa510..9046a8f92bf0501235bc02c3af90bc4914ddf0b9 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """Small example that shows how to work with extendeable arrays of different
 types, strings included."""
index 0fef3647af6bb28953816818109beabd5a12e377..d91c266aaefbe2dbb6b3e00b40f42989e631a085 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # encoding: utf-8
 
 """inmemory.py.
index 22e7c9f8c1f94066e19e666df2603bbefb5df5a3..0b3c6fd65bb07685c441dcb970fdfdeeecf24a7a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import os
 import queue
index 17a0bf25c4c5d94e584512dab02f036241a31d95..44869ecac8f95f253f779e748d52177bcf4cf9f1 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """Small example that shows how to work with variable length arrays of
 different types, UNICODE strings and general Python objects included."""
index 6a5601d3a50049f9aa647b3d31d6ddf03fe0e3b3..e8250d3cf3e567be8a8e3a6d2a65c71de9a358cb 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """Example that shows how to easily save a variable number of atoms with a
 VLArray."""
index e98f7a043871cd9c950c8266ab0dc25104543981..512828adaad60a9a157fddde577e2e80d65a7122 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """Example that shows how to easily save a variable number of atoms with a
 VLArray."""