summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke S. <luke@motimail.com>2009-05-12 12:35:36 +0000
committerLuke S. <luke@motimail.com>2009-05-12 12:35:36 +0000
commitc1dcb1a2eb32f85f0c8b4f9cc69f6c89b1021fc7 (patch)
tree96f511bbf67350d17b5898971d6ded357ffab174
parent3e0e079ec9a31692142cf6f03cd9f64c8e454ca0 (diff)
downloadsword-tools-c1dcb1a2eb32f85f0c8b4f9cc69f6c89b1021fc7.tar.gz
Fixed issue caused for PyXML - Python 2.6 incompatibility
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@203 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xpython/swordutils/osis/genbookOsis2Commentary.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/swordutils/osis/genbookOsis2Commentary.py b/python/swordutils/osis/genbookOsis2Commentary.py
index 34e4314..7bd8f9d 100755
--- a/python/swordutils/osis/genbookOsis2Commentary.py
+++ b/python/swordutils/osis/genbookOsis2Commentary.py
@@ -1,4 +1,7 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
+
+# Currently using Python 2.5, since PyXML has not been updated
+# for Python 2.6
# Currently, the Sword importer, osis2mod, expects the OSIS file to be
# structured like a Bible - i.e. <book>, <chapter>, <verse>