[Pywps-commits] r1007 - trunk/pywps/Wps/Execute
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 6 11:02:04 CEST 2010
Author: jachym
Date: 2010-09-06 11:02:03 +0200 (Mon, 06 Sep 2010)
New Revision: 1007
Modified:
trunk/pywps/Wps/Execute/UMN.py
Log:
little fix in UMN again
Modified: trunk/pywps/Wps/Execute/UMN.py
===================================================================
--- trunk/pywps/Wps/Execute/UMN.py 2010-09-06 08:57:04 UTC (rev 1006)
+++ trunk/pywps/Wps/Execute/UMN.py 2010-09-06 09:02:03 UTC (rev 1007)
@@ -39,7 +39,6 @@
from osgeo import gdal
from osgeo import ogr
from osgeo import osr
- gdal=True
except Exception,e:
gdal=False
logging.info("osgeo package could not be loaded, mapserver not supported: %s" %e)
More information about the Pywps-commits
mailing list