From 96372896a0abf94a1b4269e8514f1c0437754415 Mon Sep 17 00:00:00 2001 From: Brian Granger Date: Thu, 2 Jul 2009 09:19:02 -0700 Subject: [PATCH] OInspect.py => core/oinspect.py and imports updated. --- 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 079a1a312..f70358150 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -203,7 +203,7 @@ def make_runners(): 'DPyGetOpt.py', 'dtutils.py', 'excolors.py', 'fakemodule.py', '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', + 'logger.py', 'macro.py', 'magic.py', 'oinspect.py', 'OutputTrap.py', 'platutils.py', 'prefilter.py', 'Prompts.py', 'PyColorize.py', 'Release.py', 'rlineimpl.py', 'shadowns.py', 'shellglobals.py', 'strdispatch.py', 'twshell.py',