Path : /usr/share/YaST2/clients/ |
Current File : //usr/share/YaST2/clients/select_slp_source.ycp |
/** * File: * select_slp_source.ycp * * Module: * Client for selecting SLP repository. * The purpose is to make inst_source.ycp independent on yast-slp * * Authors: * Ladislav Slezák <lslezak@suse.cz> * * $Id: $ * */ { import "SourceManagerSLP"; return SourceManagerSLP::AddSourceTypeSLP(); }