##// END OF EJS Templates
ipmaker.py => coore/ipmaker.py and imports updated.
Brian Granger -
Show More
@@ -39,7 +39,7 b' from IPython.core import ipapi'
39 39 from IPython.Magic import Magic
40 40 from IPython.utils.genutils import Term,warn,error,flag_calls, ask_yes_no
41 41 from IPython.core.iplib import InteractiveShell
42 from IPython.ipmaker import make_IPython
42 from IPython.core.ipmaker import make_IPython
43 43 from IPython.ipstruct import Struct
44 44 from IPython.testing import decorators as testdec
45 45
1 NO CONTENT: file renamed from IPython/ipmaker.py to IPython/core/ipmaker.py
@@ -28,6 +28,8 b' def test_import_ipapi():'
28 28 def test_imort_iplib():
29 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 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 10 from IPython.core.iplib import InteractiveShell
11 11 from IPython.ipstruct import Struct
12 12 import Queue,thread,threading,signal
@@ -27,7 +27,7 b' import os'
27 27 import re
28 28 import __builtin__
29 29
30 from IPython.ipmaker import make_IPython
30 from IPython.core.ipmaker import make_IPython
31 31 from IPython.core.ipapi import IPApi
32 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