Skip to content
Snippets Groups Projects
Commit 911ad9a0690c authored by Daniel Veillard's avatar Daniel Veillard
Browse files

applied a portability patch from Stephane Bidoul Daniel

* python/tests/pyxsltproc.py: applied a portability patch from
  Stephane Bidoul
Daniel

svn path=/trunk/; revision=1454
parent 16c63edbba07
Branches
No related tags found
No related merge requests found
Tue Feb 5 08:36:53 CET 2008 Daniel Veillard <daniel@veillard.com>
* python/tests/pyxsltproc.py: applied a portability patch from
Stephane Bidoul
Thu Jan 24 16:24:05 CET 2008 Daniel Veillard <daniel@veillard.com>
* doc/xslt.html doc/docbook.html: fix links for Cygwin DocBook
......
......@@ -6,7 +6,7 @@
#
import sys
import time
import posix
import os
import string
import libxml2
# Memory debug specific
......@@ -185,7 +185,7 @@
nonet = 1
elif args[i] == "-catalogs" or args[i] == "--catalogs":
try:
catalogs = posix.environ['SGML_CATALOG_FILES']
catalogs = os.environ['SGML_CATALOG_FILES']
except:
catalogs = None
if catalogs != none:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment