##// END OF EJS Templates
move core.ipapi -> core.getipython
MinRK -
Show More
@@ -41,7 +41,7 b' sys.path.append(os.path.join(os.path.dirname(__file__), "extensions"))'
41 #-----------------------------------------------------------------------------
41 #-----------------------------------------------------------------------------
42
42
43 from .config.loader import Config
43 from .config.loader import Config
44 from .core.ipapi import get_ipython
44 from .core.getipython import get_ipython
45 from .core import release
45 from .core import release
46 from .core.application import Application
46 from .core.application import Application
47 from .frontend.terminal.embed import embed
47 from .frontend.terminal.embed import embed
1 NO CONTENT: file renamed from IPython/core/ipapi.py to IPython/core/getipython.py
NO CONTENT: file renamed from IPython/core/ipapi.py to IPython/core/getipython.py
@@ -21,8 +21,8 b' def test_import_history():'
21 def test_import_hooks():
21 def test_import_hooks():
22 from IPython.core import hooks
22 from IPython.core import hooks
23
23
24 def test_import_ipapi():
24 def test_import_getipython():
25 from IPython.core import ipapi
25 from IPython.core import getipython
26
26
27 def test_import_interactiveshell():
27 def test_import_interactiveshell():
28 from IPython.core import interactiveshell
28 from IPython.core import interactiveshell
General Comments 0
You need to be logged in to leave comments. Login now