1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Andreas Tille <tille@debian.org>
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.
--- 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
|