##// END OF EJS Templates
base IPClusterApp inherits from BaseIPythonApp...
MinRK -
Show More
@@ -581,7 +581,7 b' class IPClusterStart(IPClusterEngines):'
581
581
582 base='IPython.parallel.apps.ipclusterapp.IPCluster'
582 base='IPython.parallel.apps.ipclusterapp.IPCluster'
583
583
584 class IPClusterApp(Application):
584 class IPClusterApp(BaseIPythonApplication):
585 name = u'ipcluster'
585 name = u'ipcluster'
586 description = _description
586 description = _description
587 examples = _main_examples
587 examples = _main_examples
General Comments 0
You need to be logged in to leave comments. Login now