示例#1
0
 def get_outputs(self):
     """Get installed files"""
     outputs = _install.get_outputs(self)
     return outputs
示例#2
0
文件: setup.py 项目: 4sp1r3/prewikka
 def get_outputs(self):
     tmp = [ self.conf_prefix + "/prewikka.conf" ] + install.get_outputs(self)
     return tmp
示例#3
0
 def get_outputs(self):
     """Get installed files"""
     outputs = _install.get_outputs(self)
     return outputs
示例#4
0
 def get_outputs(self):
     tmp = [self.conf_prefix + "/prewikka.conf"] + install.get_outputs(self)
     return tmp