/** Default constructor */
 public DescriptorImpl() {
   // Load saved data on disk (with backward compatibility)
   DescriptorUtil.load(XSTREAM, this, "jenkins.plugins.shiningpanda.StandardPythonInstallation");
 }