##// END OF EJS Templates
fixed ipython1->IPython in cocoa/tests/test_cocoa_frontend.py
Barry Wark -
Show More
@@ -23,14 +23,14 b' __docformat__ = "restructuredtext en"'
23 23 #-------------------------------------------------------------------------------
24 24 # Imports
25 25 #-------------------------------------------------------------------------------
26 from ipython1.core.interpreter import Interpreter
27 from ipython1.testutils.parametric import Parametric, parametric
28 from ipython1.core.interpreter import COMPILER_ERROR, INCOMPLETE_INPUT,\
26 from IPython.kernel.core.interpreter import Interpreter
27 from IPython.testutils.parametric import Parametric, parametric
28 from IPython.kernel.core.interpreter import COMPILER_ERROR, INCOMPLETE_INPUT,\
29 29 COMPLETE_INPUT
30 import ipython1.kernel.engineservice as es
31 from ipython1.testutils.util import DeferredTestCase
30 import IPython.kernel.engineservice as es
31 from IPython.testutils.util import DeferredTestCase
32 32 from twisted.internet.defer import succeed
33 from ipython1.frontend.cocoa.cocoa_frontend import IPythonCocoaController,\
33 from IPython.frontend.cocoa.cocoa_frontend import IPythonCocoaController,\
34 34 IPythonCLITextViewDelegate,\
35 35 CompilerError
36 36
General Comments 0
You need to be logged in to leave comments. Login now