Hi Dan,
but that will break the script for all Python 2.X users :) As this is more an
inofficial add-on I think I leave it
for Python 2.X just for a bit longer.
Oliver
> 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
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users