##// END OF EJS Templates
maghistory -> IPython/history.py
vivainio -
Show More
@@ -1,24 +1,24 b''
1 """ System wide configuration file for IPython.
1 """ System wide configuration file for IPython.
2
2
3 This will be imported by ipython for all users.
3 This will be imported by ipython for all users.
4
4
5 After this ipy_user_conf.py is imported, user specific configuration
5 After this ipy_user_conf.py is imported, user specific configuration
6 should reside there.
6 should reside there.
7
7
8 """
8 """
9
9
10 import IPython.ipapi
10 import IPython.ipapi
11 ip = IPython.ipapi.get()
11 ip = IPython.ipapi.get()
12
12
13 # add system wide configuration information, import extensions etc. here.
13 # add system wide configuration information, import extensions etc. here.
14 # nothing here is essential
14 # nothing here is essential
15
15
16 import sys
16 import sys
17
17
18 import ext_rescapture # var = !ls and var = %magic
18 import ext_rescapture # var = !ls and var = %magic
19 import pspersistence # %store magic
19 import pspersistence # %store magic
20 import clearcmd # %clear
20 import clearcmd # %clear
21
21
22 import ipy_stock_completers
22 import ipy_stock_completers
23
23
24 import IPython.Extensions.maghistory
24 import IPython.history
1 NO CONTENT: file renamed from IPython/Extensions/maghistory.py to IPython/history.py
NO CONTENT: file renamed from IPython/Extensions/maghistory.py to IPython/history.py
General Comments 0
You need to be logged in to leave comments. Login now