From be21accf2d1699c3b4dcc0e2988aad5e9c610c10 2008-06-11 23:06:49
From: Barry Wark <barrywark@gmail.com>
Date: 2008-06-11 23:06:49
Subject: [PATCH] fixed ipython1->IPython in cocoa/tests/test_cocoa_frontend.py
---

diff --git a/IPython/frontend/cocoa/tests/test_cocoa_frontend.py b/IPython/frontend/cocoa/tests/test_cocoa_frontend.py
index e43ae50..073db06 100644
--- a/IPython/frontend/cocoa/tests/test_cocoa_frontend.py
+++ b/IPython/frontend/cocoa/tests/test_cocoa_frontend.py
@@ -23,14 +23,14 @@ __docformat__ = "restructuredtext en"
 #-------------------------------------------------------------------------------
 # Imports
 #-------------------------------------------------------------------------------
-from ipython1.core.interpreter import Interpreter
-from ipython1.testutils.parametric import Parametric, parametric
-from ipython1.core.interpreter import COMPILER_ERROR, INCOMPLETE_INPUT,\
+from IPython.kernel.core.interpreter import Interpreter
+from IPython.testutils.parametric import Parametric, parametric
+from IPython.kernel.core.interpreter import COMPILER_ERROR, INCOMPLETE_INPUT,\
                                         COMPLETE_INPUT
-import ipython1.kernel.engineservice as es
-from ipython1.testutils.util import DeferredTestCase
+import IPython.kernel.engineservice as es
+from IPython.testutils.util import DeferredTestCase
 from twisted.internet.defer import succeed
-from ipython1.frontend.cocoa.cocoa_frontend import IPythonCocoaController,\
+from IPython.frontend.cocoa.cocoa_frontend import IPythonCocoaController,\
                                                     IPythonCLITextViewDelegate,\
                                                     CompilerError