Show More
@@ -39,7 +39,7 b' from IPython.core import ipapi' | |||||
39 | from IPython.Magic import Magic |
|
39 | from IPython.Magic import Magic | |
40 | from IPython.utils.genutils import Term,warn,error,flag_calls, ask_yes_no |
|
40 | from IPython.utils.genutils import Term,warn,error,flag_calls, ask_yes_no | |
41 | from IPython.core.iplib import InteractiveShell |
|
41 | from IPython.core.iplib import InteractiveShell | |
42 | from IPython.ipmaker import make_IPython |
|
42 | from IPython.core.ipmaker import make_IPython | |
43 | from IPython.ipstruct import Struct |
|
43 | from IPython.ipstruct import Struct | |
44 | from IPython.testing import decorators as testdec |
|
44 | from IPython.testing import decorators as testdec | |
45 |
|
45 |
1 | NO CONTENT: file renamed from IPython/ipmaker.py to IPython/core/ipmaker.py |
|
NO CONTENT: file renamed from IPython/ipmaker.py to IPython/core/ipmaker.py |
@@ -28,6 +28,8 b' def test_import_ipapi():' | |||||
28 | def test_imort_iplib(): |
|
28 | def test_imort_iplib(): | |
29 | from IPython.core import iplib |
|
29 | from IPython.core import iplib | |
30 |
|
30 | |||
|
31 | def test_imort_ipmaker(): | |||
|
32 | from IPython.core import ipmaker | |||
31 |
|
33 | |||
32 |
|
34 | |||
33 |
|
35 |
@@ -6,7 +6,7 b' import sys' | |||||
6 |
|
6 | |||
7 | from twisted.internet import reactor, threads |
|
7 | from twisted.internet import reactor, threads | |
8 |
|
8 | |||
9 | from IPython.ipmaker import make_IPython |
|
9 | from IPython.core.ipmaker import make_IPython | |
10 | from IPython.core.iplib import InteractiveShell |
|
10 | from IPython.core.iplib import InteractiveShell | |
11 | from IPython.ipstruct import Struct |
|
11 | from IPython.ipstruct import Struct | |
12 | import Queue,thread,threading,signal |
|
12 | import Queue,thread,threading,signal |
@@ -27,7 +27,7 b' import os' | |||||
27 | import re |
|
27 | import re | |
28 | import __builtin__ |
|
28 | import __builtin__ | |
29 |
|
29 | |||
30 | from IPython.ipmaker import make_IPython |
|
30 | from IPython.core.ipmaker import make_IPython | |
31 | from IPython.core.ipapi import IPApi |
|
31 | from IPython.core.ipapi import IPApi | |
32 | from IPython.kernel.core.redirector_output_trap import RedirectorOutputTrap |
|
32 | from IPython.kernel.core.redirector_output_trap import RedirectorOutputTrap | |
33 |
|
33 |
General Comments 0
You need to be logged in to leave comments.
Login now