Is there any way to unimport a library

DevPlayer devplayer at gmail.com
Wed Nov 23 22:23:09 EST 2011


btw if you like processing text outside of python (say using grep or
something)

python -c "help('modules')" > all_imports.log

which you might note on windows get's processed to:
python -c "help('modules')" 1> all_imports.log
on windows from within a batch file




More information about the Python-list mailing list