python-localimport icon indicating copy to clipboard operation
python-localimport copied to clipboard

Add functionality of __enter__() without recording state

Open NiklasRosenstein opened this issue 8 years ago • 0 comments

This will be useful if you want to use the localimport class to initialize the importer machinery state, but never intend to revert the state.

NiklasRosenstein avatar May 24 '17 12:05 NiklasRosenstein