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