From b155c48e599456a95c5992ff54911bfd06cd94d8 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Sun, 31 Dec 2023 15:03:26 +0100 Subject: 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 --- examples/python/fbc/print_gene_product_association.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3