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