41424344454647484950
public void setUp() throws Exception { super.setUp(); //we don't want to start it more than once if (shell == null) { shell = new JythonShell(); } AbstractShell.putServerShell(nature, AbstractShell.COMPLETION_SHELL, shell); }