summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2023-12-31 15:03:26 +0100
committerÉtienne Mollier <emollier@debian.org>2023-12-31 15:03:26 +0100
commitb155c48e599456a95c5992ff54911bfd06cd94d8 (patch)
treefbff8399e3c8776908863913ebc492f05ef504e7
parent90cb1ecfe96879c579ac89d7db772a819bbaabfa (diff)
fix_python_interpreter
Last-Update: Sun, 26 Jan 2020 20:54:35 +0100 Descriptions: Examples are calling Python2 which is not helpful. This patch enforces Python3 Note: One upstream file contains a space in file name: examples/python/distrib/createStatisticsExample .py Quilt seems unable to deal with this - if users want to use this example they simply need to fix it manually. Gbp-Pq: Name fix_python_interpreter.patch
-rw-r--r--examples/python/fbc/print_gene_product_association.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/fbc/print_gene_product_association.py b/examples/python/fbc/print_gene_product_association.py
index ac00a9b5..fb98c7fe 100644
--- a/examples/python/fbc/print_gene_product_association.py
+++ b/examples/python/fbc/print_gene_product_association.py
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/python3
import libsbml
import sys