Forwarded: not-needed
Gbp-Pq: Name 0008-Fix-the-interpreter-name-in-examples.patch
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Small example that shows how to work with extendeable arrays of different
types, strings included."""
-#!/usr/bin/env python
+#!/usr/bin/env python3
# encoding: utf-8
"""inmemory.py.
-#!/usr/bin/env python
+#!/usr/bin/env python3
import os
import queue
-#!/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."""
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Example that shows how to easily save a variable number of atoms with a
VLArray."""
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Example that shows how to easily save a variable number of atoms with a
VLArray."""