Oliver,
I did run the 2to3 python conversion tool on srtmconvert.py and the
result is only the following change
diff --git a/srtmconvert.py b/srtmconvert.py
index 95f63cb..1deb979 100644
--- a/srtmconvert.py
+++ b/srtmconvert.py
@@ -13,7 +13,7 @@ def find_hgt(basedir):
@param basedir : Directory to start search for files.
@return List of strings with full path to hgt files.
"""
- print 'Search for hgt files in:', basedir
+ print('Search for hgt files in:', basedir)
hgtfiles = []
for root, _dirs, files in os.walk(basedir, topdown=False):
for name in files:
Dan
------------------------------------------------------------------------------
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users