Ejemplo n.º 1
0
 def __init__(self, *args, **kargs):
     PythonInstallComponent.__init__(self, TYPE, *args, **kargs)
     self.gitloc = self.cfg.get("git", "keystone_repo")
     self.brch = self.cfg.get("git", "keystone_branch")
     self.cfgdir = joinpths(self.appdir, CONFIG_DIR)
     self.bindir = joinpths(self.appdir, BIN_DIR)
Ejemplo n.º 2
0
 def __init__(self, *args, **kargs):
     PythonInstallComponent.__init__(self, TYPE, *args, **kargs)
     self.gitloc = self.cfg.get("git", "keystone_repo")
     self.brch = self.cfg.get("git", "keystone_branch")
     self.cfgdir = joinpths(self.appdir, CONFIG_DIR)
     self.bindir = joinpths(self.appdir, BIN_DIR)