##// END OF EJS Templates
Logger.py => core/logger.py and updated imports.
Brian Granger -
Show More
@@ -50,7 +50,7 b' from IPython.core import debugger'
50 50 from IPython.Extensions import pickleshare
51 51 from IPython.core.fakemodule import FakeModule, init_fakemod_dict
52 52 from IPython.external.Itpl import ItplNS
53 from IPython.Logger import Logger
53 from IPython.core.logger import Logger
54 54 from IPython.Magic import Magic
55 55 from IPython.Prompts import CachedOutput
56 56 from IPython.utils.ipstruct import Struct
1 NO CONTENT: file renamed from IPython/Logger.py to IPython/core/logger.py
@@ -25,11 +25,14 b' def test_import_hooks():'
25 25 def test_import_ipapi():
26 26 from IPython.core import ipapi
27 27
28 def test_imort_iplib():
28 def test_import_iplib():
29 29 from IPython.core import iplib
30 30
31 def test_imort_ipmaker():
31 def test_import_ipmaker():
32 32 from IPython.core import ipmaker
33 33
34 def test_import_logger():
35 from IPython.core import logger
36
34 37
35 38
@@ -203,7 +203,7 b' def make_runners():'
203 203 'DPyGetOpt.py', 'dtutils.py', 'excolors.py', 'fakemodule.py',
204 204 'generics.py', 'genutils.py', 'history.py', 'hooks.py', 'ipapi.py',
205 205 'iplib.py', 'ipmaker.py', 'ipstruct.py', 'Itpl.py',
206 'Logger.py', 'macro.py', 'Magic.py', 'OInspect.py',
206 'logger.py', 'macro.py', 'Magic.py', 'OInspect.py',
207 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',
General Comments 0
You need to be logged in to leave comments. Login now