Show More
1 | NO CONTENT: file renamed from IPython/parallel/apps/clusterdir.py to IPython/parallel/apps/baseapp.py |
|
NO CONTENT: file renamed from IPython/parallel/apps/clusterdir.py to IPython/parallel/apps/baseapp.py |
@@ -31,7 +31,7 b' from IPython.core.newapplication import BaseIPythonApplication, ProfileDir' | |||||
31 | from IPython.utils.importstring import import_item |
|
31 | from IPython.utils.importstring import import_item | |
32 | from IPython.utils.traitlets import Int, Unicode, Bool, CFloat, Dict, List |
|
32 | from IPython.utils.traitlets import Int, Unicode, Bool, CFloat, Dict, List | |
33 |
|
33 | |||
34 |
from IPython.parallel.apps. |
|
34 | from IPython.parallel.apps.baseapp import ( | |
35 | BaseParallelApplication, |
|
35 | BaseParallelApplication, | |
36 | PIDFileError, |
|
36 | PIDFileError, | |
37 | base_flags, base_aliases |
|
37 | base_flags, base_aliases |
@@ -33,7 +33,7 b' from zmq.utils import jsonapi as json' | |||||
33 | from IPython.config.loader import Config |
|
33 | from IPython.config.loader import Config | |
34 | from IPython.core.newapplication import ProfileDir |
|
34 | from IPython.core.newapplication import ProfileDir | |
35 |
|
35 | |||
36 |
from IPython.parallel.apps. |
|
36 | from IPython.parallel.apps.baseapp import ( | |
37 | BaseParallelApplication, |
|
37 | BaseParallelApplication, | |
38 | base_flags |
|
38 | base_flags | |
39 | ) |
|
39 | ) |
@@ -23,9 +23,7 b' import zmq' | |||||
23 | from zmq.eventloop import ioloop |
|
23 | from zmq.eventloop import ioloop | |
24 |
|
24 | |||
25 | from IPython.core.newapplication import ProfileDir |
|
25 | from IPython.core.newapplication import ProfileDir | |
26 |
from IPython.parallel.apps. |
|
26 | from IPython.parallel.apps.baseapp import BaseParallelApplication | |
27 | BaseParallelApplication, |
|
|||
28 | ) |
|
|||
29 | from IPython.zmq.log import EnginePUBHandler |
|
27 | from IPython.zmq.log import EnginePUBHandler | |
30 |
|
28 | |||
31 | from IPython.config.configurable import Configurable |
|
29 | from IPython.config.configurable import Configurable |
@@ -23,7 +23,7 b' import zmq' | |||||
23 | from IPython.core.newapplication import ProfileDir |
|
23 | from IPython.core.newapplication import ProfileDir | |
24 | from IPython.utils.traitlets import Bool, Dict, Unicode |
|
24 | from IPython.utils.traitlets import Bool, Dict, Unicode | |
25 |
|
25 | |||
26 |
from IPython.parallel.apps. |
|
26 | from IPython.parallel.apps.baseapp import ( | |
27 | BaseParallelApplication, |
|
27 | BaseParallelApplication, | |
28 | base_aliases |
|
28 | base_aliases | |
29 | ) |
|
29 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now