Skip to content

Commit

Permalink
Merge pull request #11251 from a-detiste/master
Browse files Browse the repository at this point in the history
remove more Python2 compatiblity code
  • Loading branch information
rouault authored Nov 12, 2024
2 parents 194329b + 7c8c1d9 commit 5a3dc7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions swig/python/gdal-utils/osgeo_utils/gdal2tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -2143,9 +2143,6 @@ def __init__(self, **kwargs):
if hasattr(self, key):
setattr(self, key, kwargs[key])

def __unicode__(self):
return "TileDetail %s\n%s\n%s\n" % (self.tx, self.ty, self.tz)

def __str__(self):
return "TileDetail %s\n%s\n%s\n" % (self.tx, self.ty, self.tz)

Expand Down

0 comments on commit 5a3dc7f

Please sign in to comment.