/*
  * (non-Javadoc)
  *
  * @see hudson.model.Descriptor#getDisplayName()
  */
 @Override
 public String getDisplayName() {
   return Messages.PythonInstallation_DisplayName();
 }