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