[Pywps-commits] r1051 - branches/pywps-3.2-soap/pywps/Parser
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 4 16:34:16 CET 2010
Author: jesus
Date: 2010-11-04 16:34:16 +0100 (Thu, 04 Nov 2010)
New Revision: 1051
Modified:
branches/pywps-3.2-soap/pywps/Parser/Post.py
Log:
Modified: branches/pywps-3.2-soap/pywps/Parser/Post.py
===================================================================
--- branches/pywps-3.2-soap/pywps/Parser/Post.py 2010-10-26 14:16:53 UTC (rev 1050)
+++ branches/pywps-3.2-soap/pywps/Parser/Post.py 2010-11-04 15:34:16 UTC (rev 1051)
@@ -101,10 +101,10 @@
raise pywps.FileSizeExceeded()
else:
inputXml = file.read()
-
+
# make DOM from XML
try:
-
+
self.document = parseString(inputXml)
except xml.parsers.expat.ExpatError,e:
raise pywps.NoApplicableCode(e.message)
More information about the Pywps-commits
mailing list