示例#1
0
文件: tarball.py 项目: esodan/icbuild
 def __init__(self, config, name, href):
     Repository.__init__(self, config, name)
     # allow user to adjust location of branch.
     self.href = config.repos.get(name, href)