From 0040c4888dacc491f39897b750aea357767354f3 2013-06-15 22:03:08 From: Brian E. Granger Date: 2013-06-15 22:03:08 Subject: [PATCH] Merge pull request #3425 from minrk/clusterv base IPClusterApp inherits from BaseIPythonApp --- diff --git a/IPython/parallel/apps/ipclusterapp.py b/IPython/parallel/apps/ipclusterapp.py index 0e88bbc..30a7691 100755 --- a/IPython/parallel/apps/ipclusterapp.py +++ b/IPython/parallel/apps/ipclusterapp.py @@ -581,7 +581,7 @@ class IPClusterStart(IPClusterEngines): base='IPython.parallel.apps.ipclusterapp.IPCluster' -class IPClusterApp(Application): +class IPClusterApp(BaseIPythonApplication): name = u'ipcluster' description = _description examples = _main_examples