diff options
Diffstat (limited to 'modules/python/usfm2osis.py')
-rwxr-xr-x | modules/python/usfm2osis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/python/usfm2osis.py b/modules/python/usfm2osis.py index 1ce68a3..cd99288 100755 --- a/modules/python/usfm2osis.py +++ b/modules/python/usfm2osis.py @@ -27,7 +27,7 @@ scriptVersion = '0.5' ### Guidelines & objectives: -# Target Python 2.7+ (support 3, but +# Target Python 2.7+ (but support 3.2 if possible) # Use no non-default libraries (this may change in the future) # Don't use SWORD bindings (this will probably change to allow *optional* use of bindings, if installed) # Achieve full coverage of USFM according to UBS spec: |