[Pywps-commits] r1194 - branches/pywps-3.2-soap/tests

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Aug 26 18:34:22 CEST 2011


Author: jesus
Date: 2011-08-26 18:34:22 +0200 (Fri, 26 Aug 2011)
New Revision: 1194

Modified:
   branches/pywps-3.2-soap/tests/benchmark.py
Log:


Modified: branches/pywps-3.2-soap/tests/benchmark.py
===================================================================
--- branches/pywps-3.2-soap/tests/benchmark.py	2011-08-26 16:33:54 UTC (rev 1193)
+++ branches/pywps-3.2-soap/tests/benchmark.py	2011-08-26 16:34:22 UTC (rev 1194)
@@ -37,7 +37,6 @@
     def __init__(self):
         self.getCapabilitiesReq = "service=wps&request=getcapabilities"
         self.getDescribeProcessReq = "service=wps&request=describeprocess&version=1.0.0&identifier=all"
-        self.results = None
         #To silence  WPS warnings. Note this will silence any error in the code!!
         sys.stderr = open('/dev/null',"w") 
     



More information about the Pywps-commits mailing list