コード例 #1
0
ファイル: ocsng.py プロジェクト: lizenn/python-inventory
 def __init__(self):
     super(OcsngBackend, self).__init__()
     self.path = utils.which('ocsinventory-agent')
コード例 #2
0
ファイル: fusion.py プロジェクト: lizenn/python-inventory
 def __init__(self):
     super(FusionBackend, self).__init__()
     self.path = utils.which('fusioninventory-agent')