Vito Miliano wrote:
line=line.strip(' ')
I am illiterate. That should be lines 40 and 83 from:
spline=line.split(' ')
to:
spline=line.split()
Sorry. :)
Thanks,
Vito
Vito Miliano wrote:
line=line.strip(' ')
I am illiterate. That should be lines 40 and 83 from:
spline=line.split(' ')
to:
spline=line.split()
Sorry. :)
Thanks,
Vito