[mapserver-commits] r8602 - trunk/msautotest/pymod
svn at osgeo.org
svn at osgeo.org
Sat Feb 21 16:43:51 EST 2009
Author: tomkralidis
Date: 2009-02-21 16:43:51 -0500 (Sat, 21 Feb 2009)
New Revision: 8602
Modified:
trunk/msautotest/pymod/testlib.py
Log:
fix namespace error
Modified: trunk/msautotest/pymod/testlib.py
===================================================================
--- trunk/msautotest/pymod/testlib.py 2009-02-21 21:42:29 UTC (rev 8601)
+++ trunk/msautotest/pymod/testlib.py 2009-02-21 21:43:51 UTC (rev 8602)
@@ -59,7 +59,7 @@
# Check image checksums with GDAL if it is available.
try:
- import gdal
+ import osgeo.gdal
gdal.PushErrorHandler()
exp_ds = gdal.Open( expected_file )
gdal.PopErrorHandler()
More information about the mapserver-commits
mailing list