[GRASS-SVN] r37164 - grass/trunk/scripts/r.in.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 11 10:58:21 EDT 2009
Author: martinl
Date: 2009-05-11 10:58:21 -0400 (Mon, 11 May 2009)
New Revision: 37164
Modified:
grass/trunk/scripts/r.in.wms/gdalwarp.py
Log:
r.in.wms: fix syntax typo
Modified: grass/trunk/scripts/r.in.wms/gdalwarp.py
===================================================================
--- grass/trunk/scripts/r.in.wms/gdalwarp.py 2009-05-11 14:35:03 UTC (rev 37163)
+++ grass/trunk/scripts/r.in.wms/gdalwarp.py 2009-05-11 14:58:21 UTC (rev 37164)
@@ -25,7 +25,7 @@
import grass
-class GDALWarp():
+class GDALWarp:
def __init__(self, flags, options):
self.flags = flags
self.options = options
More information about the grass-commit
mailing list