Explorar o código

super Python2 valide

Anika Bettge %!s(int64=5) %!d(string=hai) anos
pai
achega
114c415cad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):
 class WMSGdalDrv(WMSBase):
 
 
     def __init__(self):
     def __init__(self):
-        super().__init__()
+        super(WMSGdalDrv, self).__init__()
         self.proxy = None
         self.proxy = None
         self.proxy_user_pw = None
         self.proxy_user_pw = None