[Pywps-commits] r347 - trunk/pywps/processes
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jun 1 12:09:49 CEST 2007
Author: jachym
Date: 2007-06-01 12:09:49 +0200 (Fri, 01 Jun 2007)
New Revision: 347
Modified:
trunk/pywps/processes/inputsoutputs.py-dist
Log:
new header
Modified: trunk/pywps/processes/inputsoutputs.py-dist
===================================================================
--- trunk/pywps/processes/inputsoutputs.py-dist 2007-06-01 10:06:47 UTC (rev 346)
+++ trunk/pywps/processes/inputsoutputs.py-dist 2007-06-01 10:09:49 UTC (rev 347)
@@ -1,3 +1,26 @@
+"""
+Process for testing in and outputs of WPS
+"""
+
+# Author: Jachym Cepicky
+# Lince:
+#
+# Web Processing Service implementation
+# Copyright (C) 2006 Stepan Kafka
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
from pywps.Wps.process import WPSProcess
class Process(WPSProcess):
@@ -4,7 +27,7 @@
def __init__(self):
WPSProcess.__init__(self)
self.Identifier = "inputsoutputs"
- self.processVersion = "0.1"
+ self.processVersion = "0.2"
self.Title="Test input and output structures"
self.statusSupported="false"
self.storeSupported="false"
More information about the Pywps-commits
mailing list