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