Browse Source

r.in.wms: fix syntax typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37164 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 năm trước cách đây
mục cha
commit
adb5e7bf20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/r.in.wms/gdalwarp.py

+ 1 - 1
scripts/r.in.wms/gdalwarp.py

@@ -25,7 +25,7 @@ import subprocess
 
 import grass
 
-class GDALWarp():
+class GDALWarp:
     def __init__(self, flags, options):
         self.flags   = flags
         self.options = options