> The first line, the import of the 'os' module, is superfluous: it's > not being used.
oops, good catch danny... i didn't even see that. > Python won't let you break any laws of gravity. But there are a lot > of good people here on Tutor who will be happy to be of assistance > when the programs get harder to write. well, like with all functionality, you just have to import the right module: http://xkcd.com/353/ :-) -wesley _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
