diff options
author | Luke S. <luke@motimail.com> | 2009-05-12 12:36:29 +0000 |
---|---|---|
committer | Luke S. <luke@motimail.com> | 2009-05-12 12:36:29 +0000 |
commit | 603f989114ba785bc2f6e65d87d7f5551ed40e39 (patch) | |
tree | cbb47b0eb19810e6b0888ca95f771da190821dc6 /modules/calvinscommentaries | |
parent | c1dcb1a2eb32f85f0c8b4f9cc69f6c89b1021fc7 (diff) | |
download | sword-tools-603f989114ba785bc2f6e65d87d7f5551ed40e39.tar.gz |
Specified known good Python version for script
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@204 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules/calvinscommentaries')
-rwxr-xr-x | modules/calvinscommentaries/combine_calcom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calvinscommentaries/combine_calcom.py b/modules/calvinscommentaries/combine_calcom.py index 37d8e18..bdb410c 100755 --- a/modules/calvinscommentaries/combine_calcom.py +++ b/modules/calvinscommentaries/combine_calcom.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.5 # Converts the source calcom??.xml files into a single # ThML file, with corrections made to allow it to be |