##// END OF EJS Templates
Fixing MultiEngineClient.activate to use new plugin system.
Brian Granger -
Show More
@@ -272,7 +272,7 b' class InteractiveMultiEngineClient(object):'
272 except NameError:
272 except NameError:
273 print "The IPython parallel magics (%result, %px, %autopx) only work within IPython."
273 print "The IPython parallel magics (%result, %px, %autopx) only work within IPython."
274 else:
274 else:
275 pmagic = ip.get_component('parallel_magic')
275 pmagic = ip.plugin_manager.get_plugin('parallel_magic')
276 if pmagic is not None:
276 if pmagic is not None:
277 pmagic.active_multiengine_client = self
277 pmagic.active_multiengine_client = self
278 else:
278 else:
General Comments 0
You need to be logged in to leave comments. Login now