define and test IPython.kernel public API

pull/37/head
MinRK 13 years ago
parent 11a01f86ce
commit c4c8d970aa

@ -61,6 +61,7 @@ from IPython.config.application import catch_config_error, boolean_flag
from IPython.core.application import BaseIPythonApplication
from IPython.core.profiledir import ProfileDir
from IPython.frontend.consoleapp import IPythonConsoleApp
from IPython.kernel import swallow_argv
from IPython.kernel.zmq.session import Session, default_secure
from IPython.kernel.zmq.zmqshell import ZMQInteractiveShell
from IPython.kernel.zmq.kernelapp import (
@ -70,7 +71,6 @@ from IPython.kernel.zmq.kernelapp import (
)
from IPython.utils.importstring import import_item
from IPython.utils.localinterfaces import LOCALHOST
from IPython.kernel import swallow_argv
from IPython.utils.traitlets import (
Dict, Unicode, Integer, List, Enum, Bool,
DottedObjectName

Loading…
Cancel
Save