From d0a609940a33c81676a04f3cd10c6efecce68305 Mon Sep 17 00:00:00 2001 From: Brian Granger Date: Wed, 1 Jul 2009 16:14:57 -0700 Subject: [PATCH] CrashHandler.py => core/crashhandler.py and updated all 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 4f2c81d06..7c44267ec 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -199,7 +199,7 @@ def make_runners(): # decorator. See ticket https://bugs.launchpad.net/bugs/366209 top_mod = \ ['backgroundjobs.py', 'coloransi.py', 'completer.py', 'configloader.py', - 'CrashHandler.py', 'Debugger.py', 'deep_reload.py', 'demo.py', + 'crashhandler.py', 'Debugger.py', 'deep_reload.py', 'demo.py', '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',