[Pywps-commits] r1063 - branches/pywps-3.2-soap/pywps/Process
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Nov 26 11:25:06 CET 2010
Author: jesus
Date: 2010-11-26 11:25:06 +0100 (Fri, 26 Nov 2010)
New Revision: 1063
Modified:
branches/pywps-3.2-soap/pywps/Process/__init__.py
Log:
If version not defined, then processVersion=None
Modified: branches/pywps-3.2-soap/pywps/Process/__init__.py
===================================================================
--- branches/pywps-3.2-soap/pywps/Process/__init__.py 2010-11-26 09:42:58 UTC (rev 1062)
+++ branches/pywps-3.2-soap/pywps/Process/__init__.py 2010-11-26 10:25:06 UTC (rev 1063)
@@ -248,7 +248,7 @@
pywps = None
def __init__(self, identifier, title=None, abstract=None,
- metadata=[],profile=[],version=1.0,
+ metadata=[],profile=[],version=None,
statusSupported=True, storeSupported=False, grassLocation=None,
logFile = sys.stderr):
"""Contructor"""
More information about the Pywps-commits
mailing list