createIntepreterGroup() improvements
diff --git a/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/wizards/PythonProjectCreationWizard.java b/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/wizards/PythonProjectCreationWizard.java index ed023d1..b2a5c22 100644 --- a/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/wizards/PythonProjectCreationWizard.java +++ b/plugins/org.eclipse.dltk.python.ui/src/org/eclipse/dltk/python/internal/ui/wizards/PythonProjectCreationWizard.java
@@ -55,7 +55,6 @@ @Override protected IInterpreterGroup createInterpreterGroup(Composite parent) { return new DefaultInterpreterGroup(parent, - "org.eclipse.dltk.python.preferences.interpreters", //$NON-NLS-1$ DefaultInterpreterGroupOption.NO_TARGET_ENVIRONMENT); }