indirect import of standard module

alisonken1 alisonken1 at gmail.com
Tue Apr 18 18:55:37 EDT 2006


Actually, it does not "execute the code only the first time", more
accurately, it "initializes the code only the first time".

But you are correct, it exposes the os.* module into the current
namespace so you don't have to go to convoluted lengths to get to it.




More information about the Python-list mailing list