Robert Lagacé wrote: > I look at the code friday night (the file utils.py) and it seems to contains > some functions > to deals with Windows/Unix and some 'HACK' as writen in comments. > > What is the purposeof the function "split(s)"?
It splits a string into the list of strings which constitute the command passed to subprocess.Popen(). -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
