##// END OF EJS Templates
Remove old unused class...
Remove old unused class It seem unused in our codebase. The only place where it is used in github import from genutils which don't exist in IPython. Closes ipython/ipython#14

File last commit:

r21408:2d91b5b6
r21439:a33a0632
Show More
no-dreload.rst
4 lines | 264 B | text/x-rst | RstLexer

The --deep-reload flag and the corresponding options to inject dreload or reload into the interactive namespace have been deprecated, and will be removed in future versions. You should now explicitly import reload from IPython.lib.deepreload to use it.