Exemplo n.º 1
0
 def get_outputs(self):
     """Get installed files"""
     outputs = _install.get_outputs(self)
     return outputs
Exemplo n.º 2
0
 def get_outputs(self):
     tmp = [ self.conf_prefix + "/prewikka.conf" ] + install.get_outputs(self)
     return tmp
Exemplo n.º 3
0
 def get_outputs(self):
     """Get installed files"""
     outputs = _install.get_outputs(self)
     return outputs
Exemplo n.º 4
0
 def get_outputs(self):
     tmp = [self.conf_prefix + "/prewikka.conf"] + install.get_outputs(self)
     return tmp