summaryrefslogtreecommitdiff
path: root/templates/python/template.py
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2020-05-21 07:27:38 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2020-05-21 07:27:38 +0000
commit576aa3bcbb6615f4fef73264029fc22af78fdfdc (patch)
treeec50e222e1c9b139d08a0eae6911cbe87e0fb485 /templates/python/template.py
parent6d77fdedd7fd0f832a543b7eb530ae15984aa377 (diff)
parent0a073fa0b2a7e456d3bff9c9bfe930e8b3ee7449 (diff)
downloadsubplot-576aa3bcbb6615f4fef73264029fc22af78fdfdc.tar.gz
Merge branch 'multi' into 'master'
Add support for multiple bindings and functions files See merge request larswirzenius/subplot!43
Diffstat (limited to 'templates/python/template.py')
-rw-r--r--templates/python/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/python/template.py b/templates/python/template.py
index 76d8239..e430b1b 100644
--- a/templates/python/template.py
+++ b/templates/python/template.py
@@ -1,5 +1,5 @@
#############################################################################
-# Functions that implement steps. From {{ functions_filename }}.
+# Functions that implement steps.
{{ functions }}