Example #1
0
 def __init__(self, *args, **kwargs):
     GitProjectsManager.__init__(self, *args, **kwargs)
     self.project_commands['deploy'] = self.deploy_project
Example #2
0
 def __init__(self, *args, **kwargs):
     GitProjectsManager.__init__(self, *args, **kwargs)
     self.project_commands['deploy'] = self.deploy_project
     self.project_commands['download'] = self.download_project
     self.modify_request['download'] = self._render_file
Example #3
0
 def __init__(self, *args, **kwargs):
     GitProjectsManager.__init__(self, *args, **kwargs)
     self.project_commands['deploy'] = self.deploy_project
     self.project_commands['download'] = self.download_project
     self.modify_request['download'] = self._render_file
Example #4
0
 def __init__(self, *args, **kwargs):
     GitProjectsManager.__init__(self, *args, **kwargs)
     self.project_commands['deploy'] = self.deploy_project