Exemple #1
0
 def __init__(self, anaconda, methodstr):
     # Create temporary repo to store methodstr needed for
     # createDialog parent method.
     temprepo = AnacondaYumRepo("UITmpMethodstrRepo")
     temprepo.name = "Installation Repo"
     temprepo.anacondaBaseURLs = [methodstr]
     RepoEditor.__init__(self, anaconda, temprepo)
Exemple #2
0
 def __init__(self, anaconda, methodstr):
     # Create temporary repo to store methodstr needed for
     # createDialog parent method.
     temprepo = AnacondaYumRepo("UITmpMethodstrRepo")
     temprepo.name = "Installation Repo"
     temprepo.anacondaBaseURLs = [methodstr]
     RepoEditor.__init__(self, anaconda, temprepo)