##// END OF EJS Templates
rename clusterdir to more descriptive baseapp...
MinRK -
Show More
1 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 31 from IPython.utils.importstring import import_item
32 32 from IPython.utils.traitlets import Int, Unicode, Bool, CFloat, Dict, List
33 33
34 from IPython.parallel.apps.clusterdir import (
34 from IPython.parallel.apps.baseapp import (
35 35 BaseParallelApplication,
36 36 PIDFileError,
37 37 base_flags, base_aliases
@@ -33,7 +33,7 b' from zmq.utils import jsonapi as json'
33 33 from IPython.config.loader import Config
34 34 from IPython.core.newapplication import ProfileDir
35 35
36 from IPython.parallel.apps.clusterdir import (
36 from IPython.parallel.apps.baseapp import (
37 37 BaseParallelApplication,
38 38 base_flags
39 39 )
@@ -23,9 +23,7 b' import zmq'
23 23 from zmq.eventloop import ioloop
24 24
25 25 from IPython.core.newapplication import ProfileDir
26 from IPython.parallel.apps.clusterdir import (
27 BaseParallelApplication,
28 )
26 from IPython.parallel.apps.baseapp import BaseParallelApplication
29 27 from IPython.zmq.log import EnginePUBHandler
30 28
31 29 from IPython.config.configurable import Configurable
@@ -23,7 +23,7 b' import zmq'
23 23 from IPython.core.newapplication import ProfileDir
24 24 from IPython.utils.traitlets import Bool, Dict, Unicode
25 25
26 from IPython.parallel.apps.clusterdir import (
26 from IPython.parallel.apps.baseapp import (
27 27 BaseParallelApplication,
28 28 base_aliases
29 29 )
General Comments 0
You need to be logged in to leave comments. Login now