예제 #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