##// END OF EJS Templates
Prompts.py => core/prompts.py and imports updated.
Brian Granger -
Show More
@@ -52,14 +52,14 b' from IPython.core.fakemodule import FakeModule, init_fakemod_dict'
52 52 from IPython.external.Itpl import ItplNS
53 53 from IPython.core.logger import Logger
54 54 from IPython.core.magic import Magic
55 from IPython.Prompts import CachedOutput
55 from IPython.core.prompts import CachedOutput
56 56 from IPython.utils.ipstruct import Struct
57 57 from IPython.lib.backgroundjobs import BackgroundJobManager
58 58 from IPython.utils.genutils import *
59 59 from IPython.strdispatch import StrDispatch
60 60 from IPython.core import ipapi
61 61 import IPython.core.history
62 import IPython.prefilter as prefilter
62 import IPython.core.prefilter as prefilter
63 63 import IPython.shadowns
64 64 # Globals
65 65
1 NO CONTENT: file renamed from IPython/Prompts.py to IPython/core/prompts.py
@@ -46,3 +46,8 b' def test_import_oinspect():'
46 46 def test_import_outputtrap():
47 47 from IPython.core import outputtrap
48 48
49 def test_import_prefilter():
50 from IPython.core import prefilter
51
52 def test_import_prompts():
53 from IPython.core import prompts
@@ -204,7 +204,7 b' def make_runners():'
204 204 'generics.py', 'genutils.py', 'history.py', 'hooks.py', 'ipapi.py',
205 205 'iplib.py', 'ipmaker.py', 'ipstruct.py', 'Itpl.py',
206 206 'logger.py', 'macro.py', 'magic.py', 'oinspect.py',
207 'outputtrap.py', 'platutils.py', 'prefilter.py', 'Prompts.py',
207 'outputtrap.py', 'platutils.py', 'prefilter.py', 'prompts.py',
208 208 'PyColorize.py', 'Release.py', 'rlineimpl.py', 'shadowns.py',
209 209 'shellglobals.py', 'strdispatch.py', 'twshell.py',
210 210 'ultraTB.py', 'upgrade_dir.py', 'usage.py', 'wildcard.py',
General Comments 0
You need to be logged in to leave comments. Login now