##// END OF EJS Templates
rename ext_rehashdir.py to ipy_rehashdir.py
vivainio -
Show More
1 NO CONTENT: file renamed from IPython/Extensions/ext_rehashdir.py to IPython/Extensions/ipy_rehashdir.py
@@ -15,7 +15,6 b' ip = IPython.ipapi.get()'
15 15
16 16 import sys
17 17
18 import ext_rehashdir # %rehashdir magic
19 18 import ext_rescapture # var = !ls and var = %magic
20 19 import pspersistence # %store magic
21 20 import clearcmd # %clear
@@ -33,6 +33,7 b' def main():'
33 33 import envpersist
34 34 import ipy_which
35 35 import ipy_stock_completers
36 import ipy_rehashdir
36 37
37 38
38 39 ip.ex('import os')
General Comments 0
You need to be logged in to leave comments. Login now