Browse Source

super Python2 valide

Anika Bettge 6 năm trước cách đây
mục cha
commit
114c415cad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/r.in.wms/wms_gdal_drv.py

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

@@ -36,7 +36,7 @@ class NullDevice():
 class WMSGdalDrv(WMSBase):
 
     def __init__(self):
-        super().__init__()
+        super(WMSGdalDrv, self).__init__()
         self.proxy = None
         self.proxy_user_pw = None