OutputTrap.py => core/outputtrap.py and updated imports.

This commit is contained in:
Brian Granger 2009-07-02 09:21:53 -07:00
parent 96372896a0
commit a86437a272

View File

@ -204,7 +204,7 @@ def make_runners():
'generics.py', 'genutils.py', 'history.py', 'hooks.py', 'ipapi.py',
'iplib.py', 'ipmaker.py', 'ipstruct.py', 'Itpl.py',
'logger.py', 'macro.py', 'magic.py', 'oinspect.py',
'OutputTrap.py', 'platutils.py', 'prefilter.py', 'Prompts.py',
'outputtrap.py', 'platutils.py', 'prefilter.py', 'Prompts.py',
'PyColorize.py', 'Release.py', 'rlineimpl.py', 'shadowns.py',
'shellglobals.py', 'strdispatch.py', 'twshell.py',
'ultraTB.py', 'upgrade_dir.py', 'usage.py', 'wildcard.py',