From: Antonio Valentino Date: Mon, 23 Nov 2020 12:19:02 +0000 (+0000) Subject: Fix the interpreter name in examples X-Git-Tag: archive/raspbian/3.10.2-1+rpi1~1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=efacf4bfe13d3b720153e85c5251f2c174ae67ca;p=pytables.git Fix the interpreter name in examples Forwarded: not-needed Gbp-Pq: Name 0008-Fix-the-interpreter-name-in-examples.patch --- 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."""