diff --git a/IPython/Extensions/ipy_rehashdir.py b/IPython/Extensions/ipy_rehashdir.py index ef887ee..4279e51 100644 --- a/IPython/Extensions/ipy_rehashdir.py +++ b/IPython/Extensions/ipy_rehashdir.py @@ -13,15 +13,6 @@ with new magic functions. Unlike rest of ipython, this requires Python 2.4 (optional extensions are allowed to do that). -To install, add - -"import_mod ext_rehashdir" - -To your ipythonrc or just execute "import rehash_dir" in ipython -prompt. - - -$Id: InterpreterExec.py 994 2006-01-08 08:29:44Z fperez $ """ import IPython.ipapi diff --git a/doc/ChangeLog b/doc/ChangeLog index 1cbe803..13d64ee 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -4,6 +4,9 @@ make pycolorize read input from stdin when run without arguments. * Magic.py: do not require 'PATH' in %rehash/%rehashx. Closes #155 + + * ipy_rehashdir.py: rename ext_rehashdir to ipy_rehashdir, import + it in sh profile (instead of ipy_system_conf.py). 2007-05-10 Fernando Perez