Show More
@@ -23,14 +23,14 b' __docformat__ = "restructuredtext en"' | |||
|
23 | 23 | #------------------------------------------------------------------------------- |
|
24 | 24 | # Imports |
|
25 | 25 | #------------------------------------------------------------------------------- |
|
26 |
from |
|
|
27 |
from |
|
|
28 |
from |
|
|
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 |
|
|
31 |
from |
|
|
30 | import IPython.kernel.engineservice as es | |
|
31 | from IPython.testutils.util import DeferredTestCase | |
|
32 | 32 | from twisted.internet.defer import succeed |
|
33 |
from |
|
|
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