Ejemplo n.º 1
0
 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)