[Pywps-commits] r523 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jul 22 00:26:58 CEST 2008


Author: giohappy
Date: 2008-07-22 00:26:57 +0200 (Tue, 22 Jul 2008)
New Revision: 523

Modified:
   trunk/wps.py
Log:
Removed pidfile prefix has it isn't used anymore


Modified: trunk/wps.py
===================================================================
--- trunk/wps.py	2008-07-21 15:09:54 UTC (rev 522)
+++ trunk/wps.py	2008-07-21 22:26:57 UTC (rev 523)
@@ -70,7 +70,6 @@
     """
 
     method  =""                      # HTTP POST or GET 
-    pidFilePrefix = "pywps-pidfile-" # pid file prefix
     maxInputLength = 0  # maximal length of one input item
     maxFileSize = 0 # maximal input XML or other file size
     maxInputSize = 0 # maximal size of HTTP Get request



More information about the Pywps-commits mailing list