[sword-svn] r203 - trunk/python/swordutils/osis
lukeplant at crosswire.org
lukeplant at crosswire.org
Tue May 12 05:35:36 MST 2009
Author: lukeplant
Date: 2009-05-12 05:35:36 -0700 (Tue, 12 May 2009)
New Revision: 203
Modified:
trunk/python/swordutils/osis/genbookOsis2Commentary.py
Log:
Fixed issue caused for PyXML - Python 2.6 incompatibility
Modified: trunk/python/swordutils/osis/genbookOsis2Commentary.py
===================================================================
--- trunk/python/swordutils/osis/genbookOsis2Commentary.py 2009-05-12 11:20:22 UTC (rev 202)
+++ trunk/python/swordutils/osis/genbookOsis2Commentary.py 2009-05-12 12:35:36 UTC (rev 203)
@@ -1,5 +1,8 @@
-#!/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>
# In general, a commentary might be structured using <div osisRef>
More information about the sword-cvs
mailing list