コード例 #1
0
ファイル: log.py プロジェクト: Basilic/domogik
 def __init__(self, log=None):
     AbstractAction.__init__(self, log)
     self.set_description("Simply put some string in log file.")
コード例 #2
0
ファイル: log.py プロジェクト: thefrip/domogik
 def __init__(self, log=None):
     AbstractAction.__init__(self, log)
     self.set_description("Simply put some string in log file.")
コード例 #3
0
ファイル: command.py プロジェクト: thefrip/domogik
 def __init__(self, log=None):
     AbstractAction.__init__(self, log)
     self.set_description("Start a certain command")
コード例 #4
0
ファイル: command.py プロジェクト: Basilic/domogik
 def __init__(self, log=None):
     AbstractAction.__init__(self, log)
     self.set_description("Start a certain command")