Exemplo n.º 1
0
 def _getDependsMethod(self, service):
     return getattr(self, 'depends_%s' % (service.upper(), ))
Exemplo n.º 2
0
 def _getDependsMethod(self, service):
     return getattr(self, 'depends_%s' % (service.upper(),))
Exemplo n.º 3
0
 def _getServiceMethod(self, service):
     return getattr(self, 'setup_%s' % (service.upper(), ))
Exemplo n.º 4
0
 def _getServiceMethod(self, service):
     return getattr(self, 'setup_%s' % (service.upper(),))