From a86437a2723e54d1b36c1b1616f9a92306ba7809 Mon Sep 17 00:00:00 2001 From: Brian Granger Date: Thu, 2 Jul 2009 09:21:53 -0700 Subject: [PATCH] OutputTrap.py => core/outputtrap.py and updated imports. --- IPython/testing/iptest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index f70358150..b866cf566 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -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',