From efacf4bfe13d3b720153e85c5251f2c174ae67ca Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Mon, 23 Nov 2020 12:19:02 +0000 Subject: [PATCH] Fix the interpreter name in examples Forwarded: not-needed Gbp-Pq: Name 0008-Fix-the-interpreter-name-in-examples.patch --- examples/earray2.py | 2 +- examples/inmemory.py | 2 +- examples/threading_monkeypatch.py | 2 +- examples/vlarray2.py | 2 +- examples/vlarray3.py | 2 +- examples/vlarray4.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/earray2.py b/examples/earray2.py index 11e8525..9046a8f 100644 --- a/examples/earray2.py +++ b/examples/earray2.py @@ -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.""" diff --git a/examples/inmemory.py b/examples/inmemory.py index 0fef364..d91c266 100644 --- a/examples/inmemory.py +++ b/examples/inmemory.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # encoding: utf-8 """inmemory.py. diff --git a/examples/threading_monkeypatch.py b/examples/threading_monkeypatch.py index 22e7c9f..0b3c6fd 100644 --- a/examples/threading_monkeypatch.py +++ b/examples/threading_monkeypatch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os import queue diff --git a/examples/vlarray2.py b/examples/vlarray2.py index 17a0bf2..44869ec 100644 --- a/examples/vlarray2.py +++ b/examples/vlarray2.py @@ -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.""" diff --git a/examples/vlarray3.py b/examples/vlarray3.py index 6a5601d..e8250d3 100644 --- a/examples/vlarray3.py +++ b/examples/vlarray3.py @@ -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.""" diff --git a/examples/vlarray4.py b/examples/vlarray4.py index e98f7a0..512828a 100644 --- a/examples/vlarray4.py +++ b/examples/vlarray4.py @@ -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.""" -- 2.30.2