From: Alan W. I. <ai...@us...> - 2002-08-19 16:30:14
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24673 Modified Files: setup.py.in Log Message: Replace python 2 string split method (which won't work for python 1.5) with string.split command which will work for both python 1.5 and python 2. |