コード例 #1
0
ファイル: wizard_gtk.py プロジェクト: ApsOps/flumotion-orig
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.logfile = '/tmp/access.log'
コード例 #2
0
ファイル: wizard_gtk.py プロジェクト: sharky93/flumotion
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.logfile = '/tmp/access.log'
コード例 #3
0
ファイル: wizard_gtk.py プロジェクト: ApsOps/flumotion-orig
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.argument_name = 'force'
     self.properties.trigger_value = 'true'
コード例 #4
0
ファイル: wizard_gtk.py プロジェクト: sharky93/flumotion
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.argument_name = 'force'
     self.properties.trigger_value = 'true'