
| Current Path : /var/www/web-klick.de/dsh/10_customer2017/1215__continental/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/10_customer2017/1215__continental/testfall.py |
# -*- coding: utf-8 -*-
import traceback
class Test (object):
def __init__ (self,par):
# self.JUMP = "run"
self.SLEEP = 1
def run (self):
self.QUERY = """
Ist das Geraet eingeschaltet?
OK/NOK
"""
print traceback.format_exc()
print self.QUERY
self.SLEEP = 1
# self.JUMP = "t02"
def t02 (self):
self.SLEEP = 1
pass