From d4c01d040784cb34ecff364cb1566a7de91a99a1 Mon Sep 17 00:00:00 2001 From: Brian Granger Date: Wed, 1 Jul 2009 17:07:30 -0700 Subject: [PATCH] FakeModule.py => core/fakemodule.py and updated tests and 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 340e1aa11..12d122ad4 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -200,7 +200,7 @@ def make_runners(): top_mod = \ ['backgroundjobs.py', 'coloransi.py', 'completer.py', 'configloader.py', 'crashhandler.py', 'debugger.py', 'deepreload.py', 'demo.py', - 'DPyGetOpt.py', 'dtutils.py', 'excolors.py', 'FakeModule.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', 'Logger.py', 'macro.py', 'Magic.py', 'OInspect.py',